From be1dca27175dc640cbb4f30f59111dbd2b7ef4c0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Feb 1994 01:28:45 +0000 Subject: [PATCH] Fix conditional compilation. --- src/sysdep.c | 2 -- 1 file changed, 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; static int get_system_name_predump_p; #ifndef BSD4_1 -#ifndef USG #ifndef VMS #ifdef HAVE_SOCKETS #include #include #endif /* HAVE_SOCKETS */ #endif /* not VMS */ -#endif /* not USG */ #endif /* not BSD4_1 */ char * -- 2.39.5