summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-25 21:14:19 +0000
committerpeter <peter@FreeBSD.org>1996-08-25 21:14:19 +0000
commit64c12fd60d1e31aabbe328d5880c266ce606e3d9 (patch)
tree584a6b9a730acd300ecd79d8cea3f80aa31a9157 /usr.bin
parenta5eafc88c57bd29b20f08b371c61fcf2b5df93a6 (diff)
downloadFreeBSD-src-64c12fd60d1e31aabbe328d5880c266ce606e3d9.zip
FreeBSD-src-64c12fd60d1e31aabbe328d5880c266ce606e3d9.tar.gz
Dont forget to #include <err.h>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tail/forward.c1
-rw-r--r--usr.bin/tail/misc.c1
-rw-r--r--usr.bin/tail/read.c1
-rw-r--r--usr.bin/tail/reverse.c1
-rw-r--r--usr.bin/tail/tail.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index 51eaeca..1d5f710 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "extern.h"
static void rlines __P((FILE *, long, struct stat *));
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c
index fb38d76..a396fc3 100644
--- a/usr.bin/tail/misc.c
+++ b/usr.bin/tail/misc.c
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "extern.h"
void
diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c
index 1871c51..feecf3c 100644
--- a/usr.bin/tail/read.c
+++ b/usr.bin/tail/read.c
@@ -46,6 +46,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "extern.h"
/*
diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c
index 248cb69..3573ec6 100644
--- a/usr.bin/tail/reverse.c
+++ b/usr.bin/tail/reverse.c
@@ -48,6 +48,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "extern.h"
static void r_buf __P((FILE *));
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c
index e800590..9e2223f 100644
--- a/usr.bin/tail/tail.c
+++ b/usr.bin/tail/tail.c
@@ -51,6 +51,7 @@ static char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "extern.h"
int fflag, rflag, rval;
OpenPOWER on IntegriCloud