diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
| commit | c73d77cef9b173f448ce1db4669dd75d794d7ad9 (patch) | |
| tree | d11f4793d28beee25ea92d4e32484bda0dabfc9f /bin/ls/ls.c | |
| parent | 9052855a15171a46c21abfbc8ec54081a64092cd (diff) | |
Notes
Diffstat (limited to 'bin/ls/ls.c')
| -rw-r--r-- | bin/ls/ls.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c index c5216f3228bc..466539be7dc3 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -34,20 +34,21 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint #if 0 +#ifndef lint static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif #endif /* not lint */ +#endif #include <sys/types.h> #include <sys/stat.h> |
