diff options
| author | Karl Heuer | 1994-02-12 01:28:45 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-02-12 01:28:45 +0000 |
| commit | be1dca27175dc640cbb4f30f59111dbd2b7ef4c0 (patch) | |
| tree | 4e332083103c28551afeca6dcf6d9083822de35c | |
| parent | 18a66f991650fad65cd7382f91026509b432eced (diff) | |
| download | emacs-be1dca27175dc640cbb4f30f59111dbd2b7ef4c0.tar.gz emacs-be1dca27175dc640cbb4f30f59111dbd2b7ef4c0.zip | |
Fix conditional compilation.
| -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 * |