diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-14 06:07:31 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-14 06:07:31 +0000 |
commit | c3a27f5095a50bef9e56f19eeed1176319e189e2 (patch) | |
tree | 80804af6dd3e113d1a37cd648a5b50fdd26b78f0 /libc/inet/rpc/svc.c | |
parent | e9efa23ae121c8976e5dc2bbcf29e029b5087e76 (diff) |
Some makefile updates to make it behave a bit better/consistently.
-Erik
Diffstat (limited to 'libc/inet/rpc/svc.c')
-rw-r--r-- | libc/inet/rpc/svc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/inet/rpc/svc.c b/libc/inet/rpc/svc.c index feac64628..9d0092d8a 100644 --- a/libc/inet/rpc/svc.c +++ b/libc/inet/rpc/svc.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)svc.c 1.41 87/10/13 Copyr 1984 Sun Micro"; #include <sys/errno.h> #include <rpc/rpc.h> #include <rpc/pmap_clnt.h> -#ifdef linux +#ifdef __linux__ #include <sys/types.h> #endif @@ -375,7 +375,7 @@ svc_getreq(rdfds) fd_set readfds; FD_ZERO(&readfds); -/*#ifdef linux*/ +/*#ifdef __linux__*/ #if 0 readfds = rdfds; #else @@ -419,7 +419,7 @@ svc_getreqset(readfds) #ifdef FD_SETSIZE setsize = _rpc_dtablesize(); -#ifdef linux +#ifdef __linux__ /*#define NFDBITS 32*/ maskp = (u_long *)readfds; #else |