From 64567a41626004c29c02eeb6f515b55b177ef921 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 30 Jun 2002 09:24:25 +0000 Subject: [PATCH] Consistently wrap CSRG SCM ID. Requested by: bde --- usr.bin/gcore/aoutcore.c | 3 ++- usr.bin/gcore/gcore.c | 3 ++- 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 9d55536716d8..e9c2e63c1b85 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 __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 9d55536716d8..e9c2e63c1b85 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 __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 67310a33782f..ee6a04111cd0 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 __FBSDID("$FreeBSD$");