diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 267016f2757..be07dbe9db6 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1914,14 +1914,12 @@ static char *get_system_name_cache; | |||
| 1914 | static int get_system_name_predump_p; | 1914 | static int get_system_name_predump_p; |
| 1915 | 1915 | ||
| 1916 | #ifndef BSD4_1 | 1916 | #ifndef BSD4_1 |
| 1917 | #ifndef USG | ||
| 1918 | #ifndef VMS | 1917 | #ifndef VMS |
| 1919 | #ifdef HAVE_SOCKETS | 1918 | #ifdef HAVE_SOCKETS |
| 1920 | #include <sys/socket.h> | 1919 | #include <sys/socket.h> |
| 1921 | #include <netdb.h> | 1920 | #include <netdb.h> |
| 1922 | #endif /* HAVE_SOCKETS */ | 1921 | #endif /* HAVE_SOCKETS */ |
| 1923 | #endif /* not VMS */ | 1922 | #endif /* not VMS */ |
| 1924 | #endif /* not USG */ | ||
| 1925 | #endif /* not BSD4_1 */ | 1923 | #endif /* not BSD4_1 */ |
| 1926 | 1924 | ||
| 1927 | char * | 1925 | char * |