diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-08 20:34:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-08 20:34:13 +0000 |
commit | 74113cd60ecceaf73fce83e84dbcd58b498f2cb1 (patch) | |
tree | f254fd321dfa5b2ec9d07e26897e8f9a8b2bff4f /source3/include | |
parent | b2707324245d7143f4ac0056526044aed3881f3e (diff) | |
download | samba-74113cd60ecceaf73fce83e84dbcd58b498f2cb1.tar.gz samba-74113cd60ecceaf73fce83e84dbcd58b498f2cb1.tar.bz2 samba-74113cd60ecceaf73fce83e84dbcd58b498f2cb1.zip |
Makefile: Split definitions for SGI4,5,6.
includes.h: Split definitions for SGI4,5,6.
pipes.c: Moved Luke's #ifdef to remove warnings.
quotas.c: Two changes for FreeBSD and SGI.
server.c: Quota changes for large filesystems.
Jeremy (jallison@whistle.com)
(This used to be commit b8ff5543b9fa45095caa9f24aeb22a1dcc1cd308)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index d1afc34de9..4ca1d4c3b0 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -340,7 +340,7 @@ char *getwd(char *); #define USE_WAITPID #endif -#ifdef SGI +#ifdef SGI4 #include <netinet/tcp.h> #include <sys/statfs.h> #include <string.h> @@ -355,7 +355,7 @@ char *getwd(char *); #define USE_SETSID #endif -#ifdef SGI5 +#if defined(SGI5) || defined(SGI6) #include <arpa/inet.h> #include <netinet/tcp.h> #include <netinet/in_systm.h> |