Browse code

Use the right macro for detecting AIX

Shawn Webb authored on 2014/05/25 00:15:11
Showing 1 changed files
... ...
@@ -48,7 +48,7 @@
48 48
 #endif
49 49
 
50 50
 #if defined(SIOCGIFHWADDR)
51
-#if defined(AIX)
51
+#if defined(_AIX)
52 52
 #include <sys/ndd_var.h>
53 53
 #include <sys/kinfo.h>
54 54
 #else