aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col/col.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-02 23:34:16 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-02 23:34:16 +0000
commit84c0ff2233a5756a1ee00fd7056aafc4a4ccc536 (patch)
treef7458912ffd4fd4290e87a35adf659b829569c38 /usr.bin/col/col.c
parent6af414cb2e9b1eabdee1227833b967757da4716d (diff)
downloadsrc-84c0ff2233a5756a1ee00fd7056aafc4a4ccc536.tar.gz
src-84c0ff2233a5756a1ee00fd7056aafc4a4ccc536.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=87242
Diffstat (limited to 'usr.bin/col/col.c')
-rw-r--r--usr.bin/col/col.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index ec8a49982358..402bcf530e5e 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -34,19 +34,19 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1990, 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[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
+static const char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
#include <ctype.h>
#include <err.h>