2.4-dev-29

This commit is contained in:
Kaleb S. KEITHLEY 2016-08-16 07:22:00 -04:00
parent 979f9e5e40
commit 9a9c3b32a6
1 changed files with 10 additions and 0 deletions

View File

@ -28,3 +28,13 @@
#include <fcntl.h>
#include "fsal.h"
#include "gluster_internal.h"
--- nfs-ganesha-2.4-dev-29/src/FSAL/fsal_convert.c.orig 2016-08-16 06:40:41.950478618 -0400
+++ nfs-ganesha-2.4-dev-29/src/FSAL/fsal_convert.c 2016-08-16 06:42:02.135478618 -0400
@@ -9,6 +9,7 @@
*/
#include "config.h"
+#include <sys/sysmacros.h> /* for major(3), minor(3), makedev(3) */
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>