summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/inode.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-06-14 04:06:34 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-06-14 04:06:34 +0000
commit867e082cac6a1cde6c83d7588b129f2f02cb8c24 (patch)
treecaeb4cb5c58af5b1443e9beb9c9e1e7fdf1949f1 /sbin/fsck_ext2fs/inode.c
parentbff2c639ffb6a4a897eb13e0754bbd31a8b9749d (diff)
Sync with NetBSD. Purely cosmetic.
Diffstat (limited to 'sbin/fsck_ext2fs/inode.c')
-rw-r--r--sbin/fsck_ext2fs/inode.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/fsck_ext2fs/inode.c b/sbin/fsck_ext2fs/inode.c
index 3e5c1f36267..b4b5ecea21b 100644
--- a/sbin/fsck_ext2fs/inode.c
+++ b/sbin/fsck_ext2fs/inode.c
@@ -1,8 +1,7 @@
-/* $NetBSD: inode.c,v 1.23 1996/10/11 20:15:47 thorpej Exp $ */
-
-/* Modified for EXT2FS on NetBSD by Manuel Bouyer, April 1997 */
+/* $NetBSD: inode.c,v 1.1 1997/06/11 11:21:49 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[] = "@(#)inode.c 8.5 (Berkeley) 2/8/95";
#else
-static char rcsid[] = "$NetBSD: inode.c,v 1.23 1996/10/11 20:15:47 thorpej Exp $";
+static char rcsid[] = "$NetBSD: inode.c,v 1.1 1997/06/11 11:21:49 bouyer Exp $";
#endif
#endif /* not lint */