diff options
-rw-r--r-- | debian/patches/progress-linux/0001-reexport-include.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/progress-linux/0001-reexport-include.patch b/debian/patches/progress-linux/0001-reexport-include.patch deleted file mode 100644 index 36c3030..0000000 --- a/debian/patches/progress-linux/0001-reexport-include.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Daniel Baumann <daniel.baumann@progress-linux.org> -Description: Adding missing header include in reexport to fix FTBFS. - -diff -Naurp nfs-utils.orig/support/reexport/reexport.c nfs-utils/support/reexport/reexport.c ---- nfs-utils.orig/support/reexport/reexport.c -+++ nfs-utils/support/reexport/reexport.c -@@ -8,6 +8,7 @@ - #include <sys/types.h> - #include <sys/vfs.h> - #include <errno.h> -+#include <stddef.h> - - #include "nfsd_path.h" - #include "conffile.h" diff --git a/debian/patches/series b/debian/patches/series index 82f738f..abb0591 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,4 +3,3 @@ always-run-generator.patch fsidd-call-anonymous-sockets-by-their-name-only-don-.patch junction-export-cache-cast-to-a-type-with-a-known-si.patch reexport.c-Some-Distros-need-the-following-include-t.patch -progress-linux/0001-reexport-include.patch |