diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 14:44:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 14:44:05 +0200 |
commit | 5ae441d42ae9d1b33793a3ca19a7c929344337f7 (patch) | |
tree | 74fde0e28f77fc9627149148231391b311961bfe /package/openafs/patches/patch-src_rx_rx_lwp_c | |
parent | d871140e95bd81cf9ee4998d7199cff292241681 (diff) | |
parent | d0cedd6214f7c35b73a22464c8688dbf9eb79f62 (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_c | 10 |
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 |