aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Cast size_t to off_t before adding them to avoid warnings on the alpha.David Malone2005-01-101-2/+2
| | | | | | | Use %ld and intmax_t for printing an off_t. Notes: svn path=/head/; revision=139994
* Convert to ANSI style function definitions.Paul Richards2004-11-031-6/+2
| | | | Notes: svn path=/head/; revision=137157
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-121-7/+9
| | | | Notes: svn path=/head/; revision=87712
* Fix tail to work on files bigger than 2GB.David Malone2001-03-271-0/+55
| | | | | | | | PR: 14786 Reviewed by: iedowse Notes: svn path=/head/; revision=74876
* Properly constify some static arrays.Jeroen Ruigrok van der Werven2000-12-021-0/+4
| | | | | | | Also #if out some sccsid's and add rcsid's. Notes: svn path=/head/; revision=69528
* complete err() changes, actually use warn() in most instancesAdam David1996-08-261-1/+2
| | | | Notes: svn path=/head/; revision=17833
* Dont forget to #include <err.h>Peter Wemm1996-08-251-0/+1
| | | | Notes: svn path=/head/; revision=17826
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinePeter Wemm1996-08-251-33/+2
| | | | | | | | which was slightly different to the libc one. To save any more cunfusion, use the libc one. Notes: svn path=/head/; revision=17825
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+91
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590