diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 17:46:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 17:46:34 +0000 |
commit | f1fc0166dcb5f66541d9f038fe4255beb9f6324c (patch) | |
tree | dd16f6e521e1bcc0e87ad926dd37714dcd4ebd98 /misc/zaptel/files/patch-zaptel::zaptel.h | |
parent | Update to 2.1.13. (diff) |
Enable building on 4.x.
Notes
Notes:
svn path=/head/; revision=119684
Diffstat (limited to 'misc/zaptel/files/patch-zaptel::zaptel.h')
-rw-r--r-- | misc/zaptel/files/patch-zaptel::zaptel.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/zaptel/files/patch-zaptel::zaptel.h b/misc/zaptel/files/patch-zaptel::zaptel.h new file mode 100644 index 000000000000..b25d6f31755b --- /dev/null +++ b/misc/zaptel/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> + |