This commit is contained in:
ceriel
1991-09-19 12:46:16 +00:00
parent 6e485ef169
commit 4bd8dcde59
41 changed files with 54 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
#include <sys/stat.h>
PUBLIC int mkfifo(name, mode)
char *name;
_CONST char *name;
int mode;
{
mode = (mode & 0777) | S_IFIFO;