about summary refs log tree commit diff
path: root/Src/prototypes.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-28 04:36:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-28 04:36:33 +0000
commit8b04f597c489d0805f7d9bfa689076ce98b15e6a (patch)
tree9fece329213123ae5f5550b4580526fc3a830f4e /Src/prototypes.h
parent057736f440786917e24e6ff22b05d4dabf86738c (diff)
downloadzsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.tar.gz
zsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.tar.xz
zsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.zip
zsh-workers/9889
Diffstat (limited to 'Src/prototypes.h')
-rw-r--r--Src/prototypes.h2
1 files changed, 2 insertions, 0 deletions
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