summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkfifo/mkfifo.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump WARNS=6 by adding const constraint and initialize the pointerdelphij2005-01-171-2/+2
| | | | to NULL at start.
* ANSIify function definitions.dwmalone2002-09-041-4/+2
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* remove __Pimp2002-03-221-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add -m option to specify a creation mode whcih is not affected bysheldonh1999-08-271-5/+30
| | | | | | | | the umask of the calling process. PR: 13365 Reported by: James Howard <howardjp@wam.umd.edu> Reviewed by: bde
* Add includes and prototype.charnier1997-07-241-2/+10
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+82
OpenPOWER on IntegriCloud