summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 09:58:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 09:58:51 -0800
commit1fe9ab1cbf7f0a1684b1f1e53f1a6816916bb3fa (patch)
treec8c1c818c0863650dc0e4c9d5f160942d500d765
parent9660da78eac0da9ff951ddf0367ad0d09eca885f (diff)
unifdef PowerMAX_OS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--chooser/chooser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chooser/chooser.c b/chooser/chooser.c
index 30baca8..50183cd 100644
--- a/chooser/chooser.c
+++ b/chooser/chooser.c
@@ -75,9 +75,6 @@ in this Software without prior written authorization from The Open Group.
#if defined(SVR4)
# include <sys/sockio.h>
#endif
-#if defined(SVR4) && defined(PowerMAX_OS)
-# include <sys/stropts.h>
-#endif
#if defined(SYSV) && defined(i386)
# include <sys/stream.h>
#endif