summaryrefslogtreecommitdiff
path: root/server/unix.h
diff options
context:
space:
mode:
authorGravatar Craig Fields <cfields@mit.edu>1994-11-11 14:05:14 +0000
committerGravatar Craig Fields <cfields@mit.edu>1994-11-11 14:05:14 +0000
commit410626c5a5920bcbce191081b3cb81ab77c6378d (patch)
treea4eee86a7cc5956d404de64af3812247e7bcb3d0 /server/unix.h
parente33229b06e243a38787f0289c28be7b76c51cf83 (diff)
As picked up from p4a.
Diffstat (limited to 'server/unix.h')
-rw-r--r--server/unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/unix.h b/server/unix.h
index 692697e..78b6d34 100644
--- a/server/unix.h
+++ b/server/unix.h
@@ -29,6 +29,7 @@
# define P(s) ()
#endif
+#ifndef linux /* struct qelem is defined in stdlib.h */
/*
* Queue-handling functions. This structure is basically a dummy;
* as long as the start of another structure looks like this,
@@ -42,6 +43,8 @@ struct qelem {
void insque P((struct qelem*, struct qelem*));
void remque P((struct qelem *));
+#endif /* linux */
+
/* From the Error table library */
char *error_message P((long));