summaryrefslogtreecommitdiff
path: root/sbin/newfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/mkfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index f90eb1d78dd..82ee4b6bcd9 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkfs.c,v 1.14 2000/09/22 19:21:30 millert Exp $ */
+/* $OpenBSD: mkfs.c,v 1.15 2001/01/16 03:05:44 deraadt Exp $ */
/* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)mkfs.c 8.3 (Berkeley) 2/3/94";
#else
-static char rcsid[] = "$OpenBSD: mkfs.c,v 1.14 2000/09/22 19:21:30 millert Exp $";
+static char rcsid[] = "$OpenBSD: mkfs.c,v 1.15 2001/01/16 03:05:44 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1062,7 +1062,7 @@ void
started()
{
- exit(0);
+ _exit(0);
}
/*