diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
commit | 83e547f85dce0b26aca4ff184c3af904184815f8 (patch) | |
tree | 3dd9c192f62b017eaef267de0a35c354d633b60c /usr.bin/find/ls.c | |
parent | 1b1cb52477cab07aa6d9388c3765ddef83f88a65 (diff) | |
download | FreeBSD-src-83e547f85dce0b26aca4ff184c3af904184815f8.zip FreeBSD-src-83e547f85dce0b26aca4ff184c3af904184815f8.tar.gz |
Fix SCM IDs.
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 a7ccd29..bb7b97e 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> |