summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:05:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:05:20 -0800
commit5edd20b307ce70ccb14c360f1b94914c49544a24 (patch)
tree3a253f21d19edd3b66e8e0c1fb208487cd2c2f88
parentd7783633c5935a2e45c065b1f385a35bbf56e7b1 (diff)
unifdef MNX_TCPCONNHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/sm_genid.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sm_genid.c b/src/sm_genid.c
index 9937f00..0d7b91b 100644
--- a/src/sm_genid.c
+++ b/src/sm_genid.c
@@ -90,12 +90,6 @@ in this Software without prior written authorization from The Open Group.
#endif /* WIN32 */
-#ifdef MNX_TCPCONN
-# include <net/gen/netdb.h>
-
-# define TCPCONN
-#endif
-
#if defined(HAVE_UUID_CREATE)
# include <uuid.h>
#elif defined(HAVE_LIBUUID)