summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 23:52:47 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 23:52:47 +0000
commit45888ee3635c058bb3e2a75d83822c4a01e6ef19 (patch)
tree7612b258ca261619e11918975cc74cbc65c8f141 /usr.bin/comm
parent0ec82ca9581f22a0adbbcdeb4ecc687c3f878208 (diff)
downloadFreeBSD-src-45888ee3635c058bb3e2a75d83822c4a01e6ef19.zip
FreeBSD-src-45888ee3635c058bb3e2a75d83822c4a01e6ef19.tar.gz
Use __FBSDID().
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 4a35984..941233e 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -34,19 +34,19 @@
* 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 */
+#endif
#ifndef lint
-#if 0
-static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95";
+static const char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
#include <ctype.h>
#include <err.h>
OpenPOWER on IntegriCloud