aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/error/touch.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
| | | | Notes: svn path=/head/; revision=41568
* Fixed the usual type mismatch for a signal handling function.Bruce Evans1998-02-251-2/+3
| | | | Notes: svn path=/head/; revision=33810
* Use err(3). Silent -Wall.Philippe Charnier1997-11-031-22/+47
| | | | Notes: svn path=/head/; revision=30907
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* Use mkstemp rather than mktemp to prevent a small race.Warner Losh1997-03-241-3/+9
| | | | | | | OpenBSD has a similar code, but this was indepenent. Notes: svn path=/head/; revision=24183
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+768
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590