diff options
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> |
