summaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-12-10 21:13:08 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-12-10 21:13:08 +0000
commit9f5b04e925d068b053cc41bae3d3c25a5325062c (patch)
tree1442452df82ec8f2c59ad6b71923e5a41a2c26fa /usr.bin/col
parent071087f3d79814821e1c6b70569177f2583903a8 (diff)
Notes
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/col.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index 402bcf530e5ef..85a6eac6579a6 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -34,19 +34,20 @@
* 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
+#if 0
#ifndef lint
-static const char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
+static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>