adam
794f8a0f1c
complete err() changes, actually use warn() in most instances
1996-08-26 20:37:48 +00:00
peter
64c12fd60d
Dont forget to #include <err.h>
1996-08-25 21:14:19 +00:00
peter
a5eafc88c5
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.
1996-08-25 21:12:01 +00:00
peter
72cf92af79
Fix some bogons:
...
- timeval in select loop was depending on not having the remaining time
returned from select(), causing a busy spin on an implementation that
does implement it.
- the err() usage was pretty bogus, some of the error messages had
strerror attached manually and then reattached by err().
1996-08-25 21:03:50 +00:00
adam
e46c6e5f4a
one file somehow slipped by me in the previous commit
...
tidy up
1996-07-30 15:44:30 +00:00
adam
e46b438575
when file can be opened for read but cannot be read from:
...
fail once (was twice) in forward case
fail once (was no times) in reverse case
this can happen when file is a directory on an NFS or procfs mount.
1996-07-30 13:11:43 +00:00
phk
0c24d9d5ce
Another program depending on zero'ed malloc.
...
Submitted by: Kai Vorma <vode@snakemail.hut.fi>
1995-10-10 10:03:48 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00