Fix core dump and use libc err(3) instead of private one (which had
authormillert <millert@openbsd.org>
Sun, 12 Jan 1997 23:43:03 +0000 (23:43 +0000)
committermillert <millert@openbsd.org>
Sun, 12 Jan 1997 23:43:03 +0000 (23:43 +0000)
commit7a512528eba0026d48dda788e4d86e6eb83f098c
treec0dd7ddcadd81ad6b3440e162f74e5ccf6852806
parent1c7df8d3c3b1e0785dd4a1a35043719c227e2f67
Fix core dump and use libc err(3) instead of private one (which had
slightly different semantics).  Also clean up some gcc -Wall'isms.
usr.bin/tail/Makefile
usr.bin/tail/extern.h
usr.bin/tail/forward.c
usr.bin/tail/misc.c [deleted file]
usr.bin/tail/read.c
usr.bin/tail/reverse.c
usr.bin/tail/tail.c