summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-29 13:01:12 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-29 13:01:12 +0200
commitb293aae7ad56bcdf439b2e943f07fd04e72093d7 (patch)
tree61fbfa27c463f07e77c4d9c879a2feea338f650d /include
parenta60c558879e3e1ee84c7bebd71c57e72566ab0da (diff)
downloadwolfbones-b293aae7ad56bcdf439b2e943f07fd04e72093d7.tar.gz
wolfbones-b293aae7ad56bcdf439b2e943f07fd04e72093d7.tar.bz2
fixed some SUNOS netdb.h stuff
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/netdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wolf/port/netdb.h b/include/wolf/port/netdb.h
index b910e0d..32b83b9 100644
--- a/include/wolf/port/netdb.h
+++ b/include/wolf/port/netdb.h
@@ -35,7 +35,7 @@
/* for inet_ntop */
-#if SUNOS
+#ifdef SUNOS
#if OS_MAJOR_VERSION == 5
#if OS_MINOR_VERSION == 10
#include <sys/socket.h>
@@ -54,7 +54,7 @@
#include </usr/include/netinet/in.h> /* for IPPROTO_TCP */
#endif
-#if SUNOS
+#ifdef SUNOS
#if OS_MAJOR_VERSION == 5
#if OS_MINOR_VERSION == 10
#include <sys/types.h>