summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-09-24 19:48:17 -0400
committerAdam Jackson <ajax@redhat.com>2019-09-30 11:25:32 -0400
commit3f8b27a9dff68792fdc448782459a6d41cade9ff (patch)
treee4821b862db536b4d6ecb11c7fd19942f43673ed
parentc4262efc9688e495261d8b23a12f956ab38e006f (diff)
downloadxorg-lib-libxtrans-3f8b27a9dff68792fdc448782459a6d41cade9ff.tar.gz
unifdef USG and NCR
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Xtrans.c2
-rw-r--r--Xtrans.h2
-rw-r--r--Xtransint.h2
-rw-r--r--Xtranssock.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/Xtrans.c b/Xtrans.c
index 0e09b25..7263a08 100644
--- a/Xtrans.c
+++ b/Xtrans.c
@@ -1318,7 +1318,7 @@ static int TRANS(WriteV) (XtransConnInfo ciptr, struct iovec *iov, int iovcnt)
#endif /* WIN32 */
-#if defined(_POSIX_SOURCE) || defined(USG) || defined(SVR4) || defined(__SVR4) || defined(__SCO__)
+#if defined(_POSIX_SOURCE) || defined(SVR4) || defined(__SVR4) || defined(__SCO__)
#ifndef NEED_UTSNAME
#define NEED_UTSNAME
#endif
diff --git a/Xtrans.h b/Xtrans.h
index 360b01b..281fb52 100644
--- a/Xtrans.h
+++ b/Xtrans.h
@@ -148,7 +148,7 @@ typedef long BytesReadable_t;
#endif
-#if defined(WIN32) || defined(USG)
+#if defined(WIN32)
/*
* TRANS(Readv) and TRANS(Writev) use struct iovec, normally found
diff --git a/Xtransint.h b/Xtransint.h
index 2156bd5..ef3d739 100644
--- a/Xtransint.h
+++ b/Xtransint.h
@@ -98,7 +98,7 @@ from The Open Group.
* to avoid a race condition. JKJ (6/5/97)
*/
-# if defined(_POSIX_SOURCE) || defined(USG) || defined(SVR4) || defined(__SVR4) || defined(__SCO__)
+# if defined(_POSIX_SOURCE) || defined(SVR4) || defined(__SVR4) || defined(__SCO__)
# ifndef NEED_UTSNAME
# define NEED_UTSNAME
# endif
diff --git a/Xtranssock.c b/Xtranssock.c
index b06579c..8d0766c 100644
--- a/Xtranssock.c
+++ b/Xtranssock.c
@@ -1068,7 +1068,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr)
if (!abstract && (
stat (unsock->sun_path, &statb) == -1 ||
((statb.st_mode & S_IFMT) !=
-#if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK)
+#if defined(SCO325) || !defined(S_IFSOCK)
S_IFIFO
#else
S_IFSOCK