summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/col/Makefile3
-rw-r--r--usr.bin/col/col.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile
index 9edab17..97b9cde 100644
--- a/usr.bin/col/Makefile
+++ b/usr.bin/col/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= col
-CFLAGS+=-Wall
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index dfa15af..40150f2 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -99,6 +99,7 @@ void flush_line __P((LINE *));
void flush_lines __P((int));
void flush_blanks __P((void));
void free_line __P((LINE *));
+int main __P((int, char **));
void usage __P((void));
void wrerr __P((void));
void *xmalloc __P((void *, size_t));
OpenPOWER on IntegriCloud