summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 10:02:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 10:02:29 -0800
commit52578f77a14808b7d8925b3ee309d5ceac674b22 (patch)
treed1558c7643055dbf705a587babd7fe7cef97d79d
parent1fe9ab1cbf7f0a1684b1f1e53f1a6816916bb3fa (diff)
unifdef __convex__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--chooser/chooser.c4
-rw-r--r--xdm/auth.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/chooser/chooser.c b/chooser/chooser.c
index 50183cd..e39b432 100644
--- a/chooser/chooser.c
+++ b/chooser/chooser.c
@@ -110,10 +110,6 @@ in this Software without prior written authorization from The Open Group.
# include <net/if.h>
# endif
#else
-# ifdef __convex__
-# include <sync/queue.h>
-# include <sync/sema.h>
-# endif
# include <net/if.h>
#endif /* hpux */
diff --git a/xdm/auth.c b/xdm/auth.c
index 3469ca0..3bc2fb3 100644
--- a/xdm/auth.c
+++ b/xdm/auth.c
@@ -65,10 +65,6 @@ from The Open Group.
# include <sys/sockio.h>
# include <sys/stropts.h>
#endif
-#ifdef __convex__
-# include <sync/queue.h>
-# include <sync/sema.h>
-#endif
#ifdef __GNU__
# include <netdb.h>
# undef SIOCGIFCONF