summaryrefslogtreecommitdiff
path: root/bin/ls/print.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-03 20:55:54 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-03 20:55:54 +0000
commitc73d77cef9b173f448ce1db4669dd75d794d7ad9 (patch)
treed11f4793d28beee25ea92d4e32484bda0dabfc9f /bin/ls/print.c
parent9052855a15171a46c21abfbc8ec54081a64092cd (diff)
Notes
Diffstat (limited to 'bin/ls/print.c')
-rw-r--r--bin/ls/print.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index c4ebbc0dab1f..bcaf6118dc09 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -34,14 +34,15 @@
* SUCH DAMAGE.
*/
-#ifndef lint
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#if 0
+#ifndef lint
static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
#endif /* not lint */
+#endif
#include <sys/param.h>
#include <sys/stat.h>