summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-03 20:55:54 +0000
committermarkm <markm@FreeBSD.org>2002-02-03 20:55:54 +0000
commit2973d468862a14fdb440e39dbc4d9a2a56b44009 (patch)
treed11f4793d28beee25ea92d4e32484bda0dabfc9f /bin/ls/ls.c
parent1084c0a6b26480658bbc0109c5ce24949069a6dc (diff)
downloadFreeBSD-src-2973d468862a14fdb440e39dbc4d9a2a56b44009.zip
FreeBSD-src-2973d468862a14fdb440e39dbc4d9a2a56b44009.tar.gz
Use __FBSDID() and clean up the vendor tags.
Diffstat (limited to 'bin/ls/ls.c')
-rw-r--r--bin/ls/ls.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index c5216f3..466539b 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>
OpenPOWER on IntegriCloud