diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index d9fcafff1212..bacffdca063e 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -32,12 +32,10 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #else #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 387c7c63f90e..0b78d9cafce1 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -32,11 +32,9 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index e24fd81daeb8..28e85b733bac 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -29,11 +29,9 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 9f2366598ed5..45a95a454d94 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -32,17 +32,13 @@ * SUCH DAMAGE. */ -#ifndef lint static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ -#ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 56fa44add0b3..48eb7884febe 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -32,12 +32,10 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #else #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index c947cd1948e3..83094b801835 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -32,11 +32,9 @@ * SUCH DAMAGE. */ -#ifndef lint #if 0 static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; #endif -#endif /* not lint */ #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index b1ef82809eef..d467b80f2687 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -32,11 +32,9 @@ * SUCH DAMAGE. */ -#ifndef lint /* static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; */ -#endif /* not lint */ #include __FBSDID("$FreeBSD$");