From 4afaf468c3f3311465e965b1852ff81dc729e768 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 16 Aug 2016 07:36:10 -0400 Subject: [PATCH] 2.4-dev-29 --- nfs-ganesha-2.4dev29-FSAL.patch | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nfs-ganesha-2.4dev29-FSAL.patch b/nfs-ganesha-2.4dev29-FSAL.patch index 1ff7a7e..4a781b0 100644 --- a/nfs-ganesha-2.4dev29-FSAL.patch +++ b/nfs-ganesha-2.4dev29-FSAL.patch @@ -34,7 +34,17 @@ */ #include "config.h" -+#include /* for major(3), minor(3), makedev(3) */ ++#include /* for major(3), minor(3) */ #include #include #include +--- nfs-ganesha-2.4-dev-29/src/FSAL/commonlib.c.orig 2016-08-16 07:34:13.138478618 -0400 ++++ nfs-ganesha-2.4-dev-29/src/FSAL/commonlib.c 2016-08-16 07:34:54.822478618 -0400 +@@ -41,6 +41,7 @@ + #include "config.h" + + #include /* avoid conflicts with sys/queue.h */ ++#include /* for major(3), minor(3) */ + #include /* used for 'dirname' */ + #include + #include