diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-20 07:55:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 22:31:25 +0200 |
commit | 77823f36b6298feecc887093449799cd183a1749 (patch) | |
tree | 190d42a879eb42501c52ada6ac1bcd53d1881bef /package/davfs2/patches/patch-src_coda_h | |
parent | 46c1e2723eb56f490d3ebfe1e404168ecbe3d477 (diff) |
davfs2: update to latest stable version
Diffstat (limited to 'package/davfs2/patches/patch-src_coda_h')
-rw-r--r-- | package/davfs2/patches/patch-src_coda_h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/davfs2/patches/patch-src_coda_h b/package/davfs2/patches/patch-src_coda_h deleted file mode 100644 index 9960514d9..000000000 --- a/package/davfs2/patches/patch-src_coda_h +++ /dev/null @@ -1,15 +0,0 @@ ---- davfs2-1.4.7.orig/src/coda.h 2009-04-14 21:54:57.000000000 +0200 -+++ davfs2-1.4.7/src/coda.h 2014-01-01 20:12:52.000000000 +0100 -@@ -57,6 +57,12 @@ typedef int int32_t; - typedef unsigned int u_int32_t; - #endif - -+typedef unsigned long u_long; -+typedef unsigned int u_int; -+typedef unsigned short u_short; -+typedef unsigned long long u_quad_t; -+#include <sys/types.h> -+ - - /* - * Cfs constants |