summaryrefslogtreecommitdiff
path: root/Xos_r.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-06-14 09:54:58 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-06-15 08:09:43 -0700
commite9df99b12ef9fefdbc1c05ff51bddffe723051e9 (patch)
treeef7af0a605e016c0533a3ef3aac119c16c70adf6 /Xos_r.h
parent385c1343f7e0782b89e40fa17e378bc1f75ce62e (diff)
Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Xos_r.h')
-rw-r--r--Xos_r.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xos_r.h b/Xos_r.h
index 96e14cd..f963b64 100644
--- a/Xos_r.h
+++ b/Xos_r.h
@@ -535,7 +535,7 @@ typedef int _Xgetservbynameparams; /* dummy */
#if defined(X_INCLUDE_DIRENT_H) && !defined(_XOS_INCLUDED_DIRENT_H)
# include <sys/types.h>
-# if !defined(X_NOT_POSIX) || defined(SYSV) || defined(USG)
+# if !defined(X_NOT_POSIX) || defined(SYSV)
# include <dirent.h>
# else
# include <sys/dir.h>