summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/Makefile1
-rw-r--r--usr.bin/tail/misc.c2
-rw-r--r--usr.bin/tail/tail.12
3 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile
index c816693..672cbed 100644
--- a/usr.bin/tail/Makefile
+++ b/usr.bin/tail/Makefile
@@ -3,6 +3,5 @@
PROG= tail
SRCS= forward.c misc.c read.c reverse.c tail.c
-WARNS?= 4
.include <bsd.prog.mk>
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c
index 7e57504..26b162a 100644
--- a/usr.bin/tail/misc.c
+++ b/usr.bin/tail/misc.c
@@ -63,7 +63,7 @@ ierr(const char *fname)
}
void
-oerr()
+oerr(void)
{
err(1, "stdout");
}
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 7f91e71..5e382e9 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -35,7 +35,7 @@
.\" @(#)tail.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 05, 2009
+.Dd June 5, 2009
.Dt TAIL 1
.Os
.Sh NAME
OpenPOWER on IntegriCloud