From 8b04f597c489d0805f7d9bfa689076ce98b15e6a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 28 Feb 2000 04:36:33 +0000 Subject: zsh-workers/9889 --- Src/prototypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/prototypes.h') diff --git a/Src/prototypes.h b/Src/prototypes.h index 1754c9b96..3b438ebed 100644 --- a/Src/prototypes.h +++ b/Src/prototypes.h @@ -66,7 +66,9 @@ char *mktemp _((char *)); # ifndef HAVE_IOCTL_PROTO int ioctl _((int d, unsigned long request, void *argp)); # endif +# ifndef HAVE_MKNOD_PROTO int mknod _((const char *pathname, int mode, dev_t device)); +# endif int nice _((int increment)); int select _((int nfds, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval *timeout)); #endif -- cgit 1.4.1