diff options
Diffstat (limited to 'usr.bin/find/ls.c')
| -rw-r--r-- | usr.bin/find/ls.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 93de47af83c5..2335111f250f 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -32,7 +32,12 @@ */ #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/param.h> |
