diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-25 21:14:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-25 21:14:19 +0000 |
| commit | c3fd5728c2e4ff027b6fe4cd58aea643713fb994 (patch) | |
| tree | 584a6b9a730acd300ecd79d8cea3f80aa31a9157 /usr.bin/tail | |
| parent | ac5512704d4e6820f0a36cac8f802c40f20c58b6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tail')
| -rw-r--r-- | usr.bin/tail/forward.c | 1 | ||||
| -rw-r--r-- | usr.bin/tail/misc.c | 1 | ||||
| -rw-r--r-- | usr.bin/tail/read.c | 1 | ||||
| -rw-r--r-- | usr.bin/tail/reverse.c | 1 | ||||
| -rw-r--r-- | usr.bin/tail/tail.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 51eaeca9be5a..1d5f710a06c0 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 fb38d76fe900..a396fc30eea2 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 1871c513f6d7..feecf3cc53d4 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 248cb69c8197..3573ec63b794 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 e80059081590..9e2223f6456f 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; |
