aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/forward.c
Commit message (Collapse)AuthorAgeFilesLines
* complete err() changes, actually use warn() in most instancesAdam David1996-08-261-3/+3
| | | | Notes: svn path=/head/; revision=17833
* Dont forget to #include <err.h>Peter Wemm1996-08-251-0/+1
| | | | Notes: svn path=/head/; revision=17826
* Fix some bogons:Peter Wemm1996-08-251-11/+10
| | | | | | | | | | | - 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(). Notes: svn path=/head/; revision=17821
* one file somehow slipped by me in the previous commitAdam David1996-07-301-2/+4
| | | | | | | tidy up Notes: svn path=/head/; revision=17341
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+234
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590