21 lines
646 B
Diff
21 lines
646 B
Diff
--- nfs-ganesha-2.4-rc1/src/FSAL/FSAL_CEPH/handle.c.orig 2016-08-29 12:24:44.350041751 -0400
|
|
+++ nfs-ganesha-2.4-rc1/src/FSAL/FSAL_CEPH/handle.c 2016-08-29 13:42:12.502041751 -0400
|
|
@@ -31,6 +31,7 @@
|
|
* fsal_obj_handle type.
|
|
*/
|
|
|
|
+#include "config.h"
|
|
#ifdef LINUX
|
|
#include <sys/sysmacros.h> /* for makedev(3) */
|
|
#endif
|
|
--- nfs-ganesha-2.4-rc1/src/FSAL/FSAL_GLUSTER/handle.c.orig 2016-08-29 12:25:01.223041751 -0400
|
|
+++ nfs-ganesha-2.4-rc1/src/FSAL/FSAL_GLUSTER/handle.c 2016-08-29 13:42:34.090041751 -0400
|
|
@@ -21,6 +21,7 @@
|
|
* -------------
|
|
*/
|
|
|
|
+#include "config.h"
|
|
#ifdef LINUX
|
|
#include <sys/sysmacros.h> /* for makedev(3) */
|
|
#endif
|