diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-25 08:52:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-25 08:52:56 +0200 |
commit | e5ebfad1a3cbf03dcc029d19d3ffe1ef093d2ee4 (patch) | |
tree | 1ee58b6314857ff19d52be80ed98bfec9042a525 /package/openafs/patches/patch-src_auth_userok_c | |
parent | 3064f02816dfac549b6d8f6f8c47a48d5a78fa55 (diff) |
first step to port openafs
Diffstat (limited to 'package/openafs/patches/patch-src_auth_userok_c')
-rw-r--r-- | package/openafs/patches/patch-src_auth_userok_c | 10 |
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> |