summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/utilities.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ext2fs/utilities.c')
-rw-r--r--sbin/fsck_ext2fs/utilities.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/fsck_ext2fs/utilities.c b/sbin/fsck_ext2fs/utilities.c
index bdc2adc87fb..a46ede6f765 100644
--- a/sbin/fsck_ext2fs/utilities.c
+++ b/sbin/fsck_ext2fs/utilities.c
@@ -1,8 +1,7 @@
-/* $NetBSD: utilities.c,v 1.18 1996/09/27 22:45:20 christos Exp $ */
-
-/* Modified for EXT2FS on NetBSD by Manuel Bouyer, April 1997 */
+/* $NetBSD: utilities.c,v 1.1 1997/06/11 11:22:02 bouyer Exp $ */
/*
+ * Copyright (c) 1997 Manuel Bouyer.
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -39,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)utilities.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: utilities.c,v 1.18 1996/09/27 22:45:20 christos Exp $";
+static char rcsid[] = "$NetBSD: utilities.c,v 1.1 1997/06/11 11:22:02 bouyer Exp $";
#endif
#endif /* not lint */