freebsd_amp_hwpstate/usr.bin/tail
Alexander Langer 8abdc2eb40 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
..
Makefile
extern.h Argh! caught! *blush*.. This program was supplying it's own 'err' routine 1996-08-25 21:12:01 +00:00
forward.c Sweep through the tree fixing mmap() usage: 1997-01-16 21:58:40 +00:00
misc.c complete err() changes, actually use warn() in most instances 1996-08-26 20:37:48 +00:00
read.c Dont forget to #include <err.h> 1996-08-25 21:14:19 +00:00
reverse.c Sweep through the tree fixing mmap() usage: 1997-01-16 21:58:40 +00:00
tail.1
tail.c Dont forget to #include <err.h> 1996-08-25 21:14:19 +00:00