diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
commit | 3077469e0c95a87d71f364154ebacb673618f5ff (patch) | |
tree | 3dd9c192f62b017eaef267de0a35c354d633b60c /usr.bin/find/ls.c | |
parent | 3fa1df42da43130d5ee1abcd84e292604921997f (diff) | |
download | src-3077469e0c95a87d71f364154ebacb673618f5ff.tar.gz src-3077469e0c95a87d71f364154ebacb673618f5ff.zip |
Notes
Diffstat (limited to 'usr.bin/find/ls.c')
-rw-r--r-- | usr.bin/find/ls.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index a7ccd29b044c..bb7b97ece3a0 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -34,11 +34,10 @@ #ifndef lint #if 0 static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> |