History log of /netbsd-src/usr.bin/mkfifo/mkfifo.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 4e46e593 04-Sep-2011 joerg <joerg@NetBSD.org>

ANSIfy + static + __dead


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# c05266af 01-Oct-2005 christos <christos@NetBSD.org>

fix setmode error handling.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# e92c3f28 10-Oct-2000 enami <enami@NetBSD.org>

- The type of return value of setmode is a void * and getmode takes it,
rather than mode_t *.
- Free the storage allocated by setmode unless it is obvious that program
exits immediately.


# f027bde2 19-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage


# 7280395f 23-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# b148ed66 31-Dec-1993 jtc <jtc@NetBSD.org>

Localization changes.
Updated to use standard error message routines.


# 2ddbb97f 13-Oct-1993 jtc <jtc@NetBSD.org>

#include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt
declarations can be removed from <stdlib.h>.


# f7c6bf57 27-Aug-1993 jtc <jtc@NetBSD.org>

Minor tweaks: including header files to bring prototypes into scope,
explicitly declaring function return values, etc. to make gcc -Wall
shut up.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 6b020f1e 22-Jul-1993 jtc <jtc@NetBSD.org>

Make POSIX 1003.2 (D11.2) compliant.
Add RCS Headers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources