summaryrefslogtreecommitdiff
path: root/package/openafs/patches/patch-src_rx_rx_lwp_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-25 09:58:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-25 09:58:34 +0200
commita42b7f9cbf9b6c3f4a2b7fe2ff718e02ae15071f (patch)
treee8c1bf3e17956d0ca35561d9d20d636ed0634486 /package/openafs/patches/patch-src_rx_rx_lwp_c
parentdfa47f6ed121abcbc3d9974601fc30fbadf7c716 (diff)
parentcd47bd9a54844eb6b3184390bb90927395066043 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openafs/patches/patch-src_rx_rx_lwp_c')
-rw-r--r--package/openafs/patches/patch-src_rx_rx_lwp_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openafs/patches/patch-src_rx_rx_lwp_c b/package/openafs/patches/patch-src_rx_rx_lwp_c
new file mode 100644
index 000000000..9201c06c1
--- /dev/null
+++ b/package/openafs/patches/patch-src_rx_rx_lwp_c
@@ -0,0 +1,10 @@
+--- openafs-1.6.5.orig/src/rx/rx_lwp.c 2013-07-18 00:10:42.000000000 +0200
++++ openafs-1.6.5/src/rx/rx_lwp.c 2013-09-14 15:12:45.580963823 +0200
+@@ -28,6 +28,7 @@
+ #ifdef AFS_NT40_ENV
+ # include <winsock2.h>
+ #else
++# include <fcntl.h>
+ # include <unistd.h> /* select() prototype */
+ # include <sys/time.h> /* struct timeval, select() prototype */
+ # ifndef FD_SET