summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate/truncate.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-2/+2
|
* Simplify some conditionals.sheldonh2000-07-241-12/+10
|
* Shut an optimizing compiler up about possibly (but never) unusedsheldonh2000-07-241-0/+2
| | | | | | variables. Submitted by: charnier
* truncate.c:sheldonh2000-07-241-4/+7
| | | | | | | | | | | Do not include unused header files. Add rcsid. Change copyright. truncate.1: Add AUTHORS section. Submitted by: charnier
* Close file descriptors after use so as not to abuse the descriptorsheldonh2000-07-231-0/+2
| | | | | | table when a long argument list is given. :-) Reported by: Sven Agnew <afterhours80@hotmail.com>
* Import the new truncate(1) utility.sheldonh2000-07-181-0/+202
Approved by: jdp
OpenPOWER on IntegriCloud