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$");