diff options
Diffstat (limited to 'net/zaptel12/files/patch-zaptel::zaptel.h')
-rw-r--r-- | net/zaptel12/files/patch-zaptel::zaptel.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/zaptel12/files/patch-zaptel::zaptel.h b/net/zaptel12/files/patch-zaptel::zaptel.h new file mode 100644 index 000000000000..b25d6f31755b --- /dev/null +++ b/net/zaptel12/files/patch-zaptel::zaptel.h @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- zaptel/zaptel.h.orig ++++ zaptel/zaptel.h +@@ -34,9 +34,9 @@ + #if !defined(_ZAPTEL_H) + #define _ZAPTEL_H + ++#ifdef _KERNEL + #include "os.h" + +-#ifdef _KERNEL + #include <sys/select.h> + #include <sys/param.h> + |