summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-reexport-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/progress-linux/0001-reexport-include.patch')
-rw-r--r--debian/patches/progress-linux/0001-reexport-include.patch14
1 files changed, 0 insertions, 14 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"