aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-06-30 20:08:13 +0000
committerGunter Knauf <gk@gknw.de>2007-06-30 20:08:13 +0000
commitafdfa4bed24c9f937bc49807c6d547ac3a158525 (patch)
tree6ae4f7930b6bde890fd9792f68f19a914e7e14c0 /lib/hostip.h
parent3fc6faf1ae48f15f627ccd4fae92d9c085876d42 (diff)
minor patches to enable building for NetWare CLIB.
sent by Dmitry Mityugov.
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index e6d63ca71..199c666bd 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -26,9 +26,9 @@
#include "setup.h"
#include "hash.h"
-#if (defined(NETWARE) && defined(__NOVELL_LIBC__))
+#ifdef NETWARE
#undef in_addr_t
-#define in_addr_t uint32_t
+#define in_addr_t unsigned long
#endif
/*