components/daq/patches/sfbpf.sll.h.patch
changeset 1240 b1e510ee29e7
parent 1239 057f64527cda
--- a/components/daq/patches/sfbpf.sll.h.patch	Mon Apr 01 11:47:17 2013 -0700
+++ b/components/daq/patches/sfbpf.sll.h.patch	Mon Apr 01 13:00:50 2013 -0700
@@ -2,7 +2,7 @@
 
 ---  daq-0.6.2/sfbpf/sll.h.orig	2010-05-06 15:13:26.000000000 -0400
 +++  daq-0.6.2/sfbpf/sll.h	2012-01-13 16:27:21.000000000 -0500
-@@ -82,6 +82,14 @@
+@@ -82,6 +82,15 @@
  #define SLL_HDR_LEN	16          /* total header length */
  #define SLL_ADDRLEN	8           /* length of address field */
  
@@ -10,6 +10,7 @@
 +
 +typedef uint8_t u_int8_t;
 +typedef uint16_t u_int16_t;
++typedef uint32_t u_int32_t;
 +
 +#endif /* defined (__SVR4) && defined (__sun) */
 +