diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 09:58:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 09:58:51 -0800 |
commit | 1fe9ab1cbf7f0a1684b1f1e53f1a6816916bb3fa (patch) | |
tree | c8c1c818c0863650dc0e4c9d5f160942d500d765 /chooser/chooser.c | |
parent | 9660da78eac0da9ff951ddf0367ad0d09eca885f (diff) |
unifdef PowerMAX_OS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'chooser/chooser.c')
-rw-r--r-- | chooser/chooser.c | 3 |
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 |