summaryrefslogtreecommitdiff
path: root/src/XlibInt.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-06-15 19:00:43 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-06-16 08:21:52 -0700
commit38f9054554d63525d2dd51aafb5eb57821158ab9 (patch)
treedad20d91f096822abed8ffa80b7c5ea7dcffe84e /src/XlibInt.c
parent7bfe1323f16a1a69cc474659f7ac0c2570b1cf42 (diff)
downloadxorg-lib-libX11-38f9054554d63525d2dd51aafb5eb57821158ab9.tar.gz
Drop ancient USG SysV #ifdefs
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src/XlibInt.c')
-rw-r--r--src/XlibInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XlibInt.c b/src/XlibInt.c
index ad91400d..320e8080 100644
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -3231,7 +3231,7 @@ void _XData32(
* and so, you may be better off using gethostname (if it exists).
*/
-#if (defined(_POSIX_SOURCE) && !defined(AIXV3) && !defined(__QNX__)) || defined(hpux) || defined(USG) || defined(SVR4)
+#if (defined(_POSIX_SOURCE) && !defined(AIXV3) && !defined(__QNX__)) || defined(hpux) || defined(SVR4)
#define NEED_UTSNAME
#include <sys/utsname.h>
#endif