]> The Tcpdump Group git mirrors - libpcap/commitdiff
Include <sys/cfgodm.h> rather than <odmi.h> in the hopes that it'll
authorguy <guy>
Thu, 21 Apr 2005 02:41:12 +0000 (02:41 +0000)
committerguy <guy>
Thu, 21 Apr 2005 02:41:12 +0000 (02:41 +0000)
suppress some compiler warnings (and work on AIX 4.3 as well as 5.x).

pcap-bpf.c

index 469a281bdd0c0e1a08a9938ad54f6cd3a17d1daf..491d4ed2c2e250f7b961669f8391f34ec1d1565a 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.87 2005-04-12 20:46:28 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.88 2005-04-21 02:41:12 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -59,7 +59,7 @@ static const char rcsid[] _U_ =
 #include <net/if_types.h>              /* for IFT_ values */
 #include <sys/sysconfig.h>
 #include <sys/device.h>
-#include <odmi.h>
+#include <sys/cfgodm.h>
 #include <cf.h>
 
 #ifdef __64BIT__