blob: 8c1899ab596c509071f363db8ebb0c36f61082c8 (
plain) (
tree)
|
|
--- 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];
|