diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 15:03:49 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 15:03:49 -0800 |
commit | d7783633c5935a2e45c065b1f385a35bbf56e7b1 (patch) | |
tree | a499ccd5266f9a5a958bf9e0494df121fafd83c7 | |
parent | d0b0f5e46af6da18a93a27a71e193fad8c7308b4 (diff) |
unifdef __UNIXWARE__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/sm_manager.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sm_manager.c b/src/sm_manager.c index 81e7d2f..e792021 100644 --- a/src/sm_manager.c +++ b/src/sm_manager.c @@ -35,12 +35,6 @@ in this Software without prior written authorization from The Open Group. #include "SMlibint.h" #include <X11/Xtrans/Xtrans.h> -#ifdef __UNIXWARE__ -#undef shutdown -#endif - - - static Status _SmsProtocolSetupProc (IceConn iceConn, int majorVersion, |