diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 09:24:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 09:24:25 +0000 |
commit | 910251030104cc2892f5e71e90e5a62d0447ca48 (patch) | |
tree | cf54104c4070969fa0ca7e71dcf5c99aeab8440b /usr.bin | |
parent | 88865578169ad3301414679094f607e5ddc137b5 (diff) | |
download | FreeBSD-src-910251030104cc2892f5e71e90e5a62d0447ca48.zip FreeBSD-src-910251030104cc2892f5e71e90e5a62d0447ca48.tar.gz |
Consistently wrap CSRG SCM ID.
Requested by: bde
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/gcore/aoutcore.c | 3 | ||||
-rw-r--r-- | usr.bin/gcore/gcore.c | 3 | ||||
-rw-r--r-- | usr.bin/gcore/md-nop.c | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 9d55536..e9c2e63 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -37,9 +37,10 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint #if 0 +#ifndef lint static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; +#endif /* not lint */ #endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 9d55536..e9c2e63 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -37,9 +37,10 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint #if 0 +#ifndef lint static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; +#endif /* not lint */ #endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 67310a3..ee6a041 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -31,11 +31,11 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 +#ifndef lint static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |