summaryrefslogtreecommitdiff
path: root/user/nfs-utils/undef-def.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/nfs-utils/undef-def.patch')
-rw-r--r--user/nfs-utils/undef-def.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/nfs-utils/undef-def.patch b/user/nfs-utils/undef-def.patch
deleted file mode 100644
index 8c1899ab5..000000000
--- a/user/nfs-utils/undef-def.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nfs-utils-2.3.3/utils/mountd/cache.c.old 2018-09-06 18:09:08.000000000 +0000
-+++ nfs-utils-2.3.3/utils/mountd/cache.c 2019-01-10 16:26:22.750000000 +0000
-@@ -446,7 +446,7 @@
- if (count_slashes(p) != count_slashes(parent))
- return 0;
-
--#if HAVE_NAME_TO_HANDLE_AT
-+#ifdef HAVE_NAME_TO_HANDLE_AT
- struct {
- struct file_handle fh;
- unsigned char handle[128];