From 410626c5a5920bcbce191081b3cb81ab77c6378d Mon Sep 17 00:00:00 2001 From: Craig Fields Date: Fri, 11 Nov 1994 14:05:14 +0000 Subject: As picked up from p4a. --- server/unix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/unix.h') 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)); -- cgit v1.2.3