summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/extern.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-25 21:12:01 +0000
committerpeter <peter@FreeBSD.org>1996-08-25 21:12:01 +0000
commita5eafc88c57bd29b20f08b371c61fcf2b5df93a6 (patch)
treec9475df4865da030976237416491e0d5ad8f720f /usr.bin/tail/extern.h
parent86926bee8cab2cfd47a24f582269eef739f4a2ff (diff)
downloadFreeBSD-src-a5eafc88c57bd29b20f08b371c61fcf2b5df93a6.zip
FreeBSD-src-a5eafc88c57bd29b20f08b371c61fcf2b5df93a6.tar.gz
Argh! caught! *blush*.. This program was supplying it's own 'err' routine
which was slightly different to the libc one. To save any more cunfusion, use the libc one.
Diffstat (limited to 'usr.bin/tail/extern.h')
-rw-r--r--usr.bin/tail/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h
index f1daa9b..f9a8bdf 100644
--- a/usr.bin/tail/extern.h
+++ b/usr.bin/tail/extern.h
@@ -45,7 +45,6 @@ void reverse __P((FILE *, enum STYLE, long, struct stat *));
int bytes __P((FILE *, off_t));
int lines __P((FILE *, off_t));
-void err __P((int fatal, const char *fmt, ...));
void ierr __P((void));
void oerr __P((void));
OpenPOWER on IntegriCloud