summaryrefslogtreecommitdiff
path: root/package/openafs/patches/patch-src_auth_userok_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-25 10:56:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-25 10:56:25 +0200
commitc160d7278a9dd77688da4a395bbdd97738ba4254 (patch)
treeb3933af5a5d6e6ff4938fdb0b800823a1d65484a /package/openafs/patches/patch-src_auth_userok_c
parent08740bc11e42cd0e0e8636bda1a53c18b91304e9 (diff)
parenta42b7f9cbf9b6c3f4a2b7fe2ff718e02ae15071f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openafs/patches/patch-src_auth_userok_c')
-rw-r--r--package/openafs/patches/patch-src_auth_userok_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openafs/patches/patch-src_auth_userok_c b/package/openafs/patches/patch-src_auth_userok_c
new file mode 100644
index 000000000..868a5b7f5
--- /dev/null
+++ b/package/openafs/patches/patch-src_auth_userok_c
@@ -0,0 +1,10 @@
+--- openafs-1.6.5.orig/src/auth/userok.c 2013-07-18 00:10:42.000000000 +0200
++++ openafs-1.6.5/src/auth/userok.c 2013-09-14 15:59:14.673703295 +0200
+@@ -19,6 +19,7 @@
+ #include <fcntl.h>
+ #include <io.h>
+ #else
++#include <fcntl.h>
+ #include <sys/file.h>
+ #include <netinet/in.h>
+ #include <netdb.h>