aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-02 23:52:47 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-02 23:52:47 +0000
commit92407069539e346b048ce639717ec3a5b2dd5eb4 (patch)
tree7612b258ca261619e11918975cc74cbc65c8f141 /usr.bin/comm
parentb9449db11703886b93086d8138b786a637a55da0 (diff)
Notes
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 4a359843f4790..941233ee9068a 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>