diff options
author | 1997-06-14 04:16:49 +0000 | |
---|---|---|
committer | 1997-06-14 04:16:49 +0000 | |
commit | bcc851949567a3d20a9f522c5b7d5f0a64c011d0 (patch) | |
tree | 43259222d8fcd84223846e1ff76814e21308d115 | |
parent | Sync with NetBSD. Purely cosmetic. (diff) | |
download | wireguard-openbsd-bcc851949567a3d20a9f522c5b7d5f0a64c011d0.tar.xz wireguard-openbsd-bcc851949567a3d20a9f522c5b7d5f0a64c011d0.zip |
Add tags, fix man page. Purely cosmetic.
-rw-r--r-- | sbin/fsck_ext2fs/Makefile | 3 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/dir.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/extern.h | 1 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/fsck.h | 1 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/fsck_ext2fs.8 | 9 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/inode.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/main.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass1.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass1b.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass2.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass3.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass4.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/pass5.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/preen.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/setup.c | 5 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/utilities.c | 5 |
16 files changed, 69 insertions, 5 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile index a420d701275..36be8b6b0bb 100644 --- a/sbin/fsck_ext2fs/Makefile +++ b/sbin/fsck_ext2fs/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1997/06/14 04:16:49 downsj Exp $ # $NetBSD: Makefile,v 1.1 1997/06/11 11:21:45 bouyer Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -7,6 +8,6 @@ SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c fsutil.c setup.c utilities.c# ext2fs_subr.c .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck #CFLAGS= -g -I${.CURDIR}/../fsck -CFLAGS+= -g -I${.CURDIR}/../fsck +CFLAGS+= -I${.CURDIR}/../fsck .include <bsd.prog.mk> diff --git a/sbin/fsck_ext2fs/dir.c b/sbin/fsck_ext2fs/dir.c index 603f6837f70..1a146eb0700 100644 --- a/sbin/fsck_ext2fs/dir.c +++ b/sbin/fsck_ext2fs/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.3 1997/06/14 04:16:50 downsj Exp $ */ /* $NetBSD: dir.c,v 1.1 1997/06/11 11:21:46 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)dir.c 8.5 (Berkeley) 12/8/94"; #else +#if 0 static char rcsid[] = "$NetBSD: dir.c,v 1.1 1997/06/11 11:21:46 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: dir.c,v 1.3 1997/06/14 04:16:50 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/extern.h b/sbin/fsck_ext2fs/extern.h index fecf541bb4b..46c5bee9945 100644 --- a/sbin/fsck_ext2fs/extern.h +++ b/sbin/fsck_ext2fs/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1997/06/14 04:16:51 downsj Exp $ */ /* $NetBSD: extern.h,v 1.1 1997/06/11 11:21:46 bouyer Exp $ */ /* diff --git a/sbin/fsck_ext2fs/fsck.h b/sbin/fsck_ext2fs/fsck.h index 5ab6f165604..fd8f5a784e4 100644 --- a/sbin/fsck_ext2fs/fsck.h +++ b/sbin/fsck_ext2fs/fsck.h @@ -1,3 +1,4 @@ +/* $OpenBSD: fsck.h,v 1.3 1997/06/14 04:16:51 downsj Exp $ */ /* $NetBSD: fsck.h,v 1.1 1997/06/11 11:21:47 bouyer Exp $ */ /* diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8 index 8e9856e9947..fbc3b88a776 100644 --- a/sbin/fsck_ext2fs/fsck_ext2fs.8 +++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: fsck_ext2fs.8,v 1.3 1997/06/14 04:16:52 downsj Exp $ .\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $ .\" .\" Copyright (c) 1997 Manuel Bouyer. @@ -34,12 +35,12 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd November 29, 1994 -.Dt FSCK_FFS 8 -.Os BSD 4 +.Dd June 13, 1997 +.Dt FSCK_EXT2FS 8 +.Os .Sh NAME .Nm fsck_ext2fs -.Nd Fast File System consistency check and interactive repair +.Nd Second Extended File System consistency check and interactive repair .Sh SYNOPSIS .Nm fsck_ext2fs .Op Fl b Ar block# diff --git a/sbin/fsck_ext2fs/inode.c b/sbin/fsck_ext2fs/inode.c index b4b5ecea21b..d0090eed69a 100644 --- a/sbin/fsck_ext2fs/inode.c +++ b/sbin/fsck_ext2fs/inode.c @@ -1,3 +1,4 @@ +/* $OpenBSD: inode.c,v 1.3 1997/06/14 04:16:53 downsj Exp $ */ /* $NetBSD: inode.c,v 1.1 1997/06/11 11:21:49 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)inode.c 8.5 (Berkeley) 2/8/95"; #else +#if 0 static char rcsid[] = "$NetBSD: inode.c,v 1.1 1997/06/11 11:21:49 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: inode.c,v 1.3 1997/06/14 04:16:53 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/main.c b/sbin/fsck_ext2fs/main.c index cc2826795d7..b7e7386eb7f 100644 --- a/sbin/fsck_ext2fs/main.c +++ b/sbin/fsck_ext2fs/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.3 1997/06/14 04:16:53 downsj Exp $ */ /* $NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $ */ /* @@ -44,7 +45,11 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94"; #else +#if 0 static char rcsid[] = "$NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: main.c,v 1.3 1997/06/14 04:16:53 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass1.c b/sbin/fsck_ext2fs/pass1.c index e006f28b63f..eab8dfa98f3 100644 --- a/sbin/fsck_ext2fs/pass1.c +++ b/sbin/fsck_ext2fs/pass1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass1.c,v 1.3 1997/06/14 04:16:54 downsj Exp $ */ /* $NetBSD: pass1.c,v 1.1 1997/06/11 11:21:51 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass1.c 8.1 (Berkeley) 6/5/93"; #else +#if 0 static char rcsid[] = "$NetBSD: pass1.c,v 1.1 1997/06/11 11:21:51 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass1.c,v 1.3 1997/06/14 04:16:54 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass1b.c b/sbin/fsck_ext2fs/pass1b.c index a2a66b2f6c9..2da7ab58ca4 100644 --- a/sbin/fsck_ext2fs/pass1b.c +++ b/sbin/fsck_ext2fs/pass1b.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass1b.c,v 1.3 1997/06/14 04:16:55 downsj Exp $ */ /* $NetBSD: pass1b.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass1b.c 8.1 (Berkeley) 6/5/93"; #else +#if 0 static char rcsid[] = "$NetBSD: pass1b.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass1b.c,v 1.3 1997/06/14 04:16:55 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass2.c b/sbin/fsck_ext2fs/pass2.c index 0fc725b23c7..5a930f89afc 100644 --- a/sbin/fsck_ext2fs/pass2.c +++ b/sbin/fsck_ext2fs/pass2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass2.c,v 1.3 1997/06/14 04:16:56 downsj Exp $ */ /* $NetBSD: pass2.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass2.c 8.6 (Berkeley) 10/27/94"; #else +#if 0 static char rcsid[] = "$NetBSD: pass2.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass2.c,v 1.3 1997/06/14 04:16:56 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass3.c b/sbin/fsck_ext2fs/pass3.c index 374a588095f..f98b1723ab4 100644 --- a/sbin/fsck_ext2fs/pass3.c +++ b/sbin/fsck_ext2fs/pass3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass3.c,v 1.3 1997/06/14 04:16:56 downsj Exp $ */ /* $NetBSD: pass3.c,v 1.1 1997/06/11 11:21:55 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass3.c 8.1 (Berkeley) 6/5/93"; #else +#if 0 static char rcsid[] = "$NetBSD: pass3.c,v 1.1 1997/06/11 11:21:55 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass3.c,v 1.3 1997/06/14 04:16:56 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass4.c b/sbin/fsck_ext2fs/pass4.c index c2a88d3861a..3eb5b1c8a77 100644 --- a/sbin/fsck_ext2fs/pass4.c +++ b/sbin/fsck_ext2fs/pass4.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass4.c,v 1.3 1997/06/14 04:16:57 downsj Exp $ */ /* $NetBSD: pass4.c,v 1.1 1997/06/11 11:21:56 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass4.c 8.1 (Berkeley) 6/5/93"; #else +#if 0 static char rcsid[] = "$NetBSD: pass4.c,v 1.1 1997/06/11 11:21:56 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass4.c,v 1.3 1997/06/14 04:16:57 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/pass5.c b/sbin/fsck_ext2fs/pass5.c index d79fbe40011..07d9327ae74 100644 --- a/sbin/fsck_ext2fs/pass5.c +++ b/sbin/fsck_ext2fs/pass5.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass5.c,v 1.3 1997/06/14 04:16:58 downsj Exp $ */ /* $NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94"; #else +#if 0 static char rcsid[] = "$NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass5.c,v 1.3 1997/06/14 04:16:58 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/preen.c b/sbin/fsck_ext2fs/preen.c index 76accc2ebb4..f9183fe44a7 100644 --- a/sbin/fsck_ext2fs/preen.c +++ b/sbin/fsck_ext2fs/preen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: preen.c,v 1.3 1997/06/14 04:16:58 downsj Exp $ */ /* $NetBSD: preen.c,v 1.1 1997/06/11 11:21:59 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)preen.c 8.3 (Berkeley) 12/6/94"; #else +#if 0 static char rcsid[] = "$NetBSD: preen.c,v 1.1 1997/06/11 11:21:59 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: preen.c,v 1.3 1997/06/14 04:16:58 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/setup.c b/sbin/fsck_ext2fs/setup.c index 3afb8d23442..2a739861eeb 100644 --- a/sbin/fsck_ext2fs/setup.c +++ b/sbin/fsck_ext2fs/setup.c @@ -1,3 +1,4 @@ +/* $OpenBSD: setup.c,v 1.3 1997/06/14 04:16:59 downsj Exp $ */ /* $NetBSD: setup.c,v 1.1 1997/06/11 11:22:01 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)setup.c 8.5 (Berkeley) 11/23/94"; #else +#if 0 static char rcsid[] = "$NetBSD: setup.c,v 1.1 1997/06/11 11:22:01 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: setup.c,v 1.3 1997/06/14 04:16:59 downsj Exp $"; +#endif #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/utilities.c b/sbin/fsck_ext2fs/utilities.c index a46ede6f765..debb82c446b 100644 --- a/sbin/fsck_ext2fs/utilities.c +++ b/sbin/fsck_ext2fs/utilities.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utilities.c,v 1.3 1997/06/14 04:17:00 downsj Exp $ */ /* $NetBSD: utilities.c,v 1.1 1997/06/11 11:22:02 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)utilities.c 8.1 (Berkeley) 6/5/93"; #else +#if 0 static char rcsid[] = "$NetBSD: utilities.c,v 1.1 1997/06/11 11:22:02 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: utilities.c,v 1.3 1997/06/14 04:17:00 downsj Exp $"; +#endif #endif #endif /* not lint */ |