2.4-dev-29

This commit is contained in:
Kaleb S. KEITHLEY 2016-08-16 07:36:10 -04:00
parent 9a9c3b32a6
commit 4afaf468c3
1 changed files with 11 additions and 1 deletions

View File

@ -34,7 +34,17 @@
*/
#include "config.h"
+#include <sys/sysmacros.h> /* for major(3), minor(3), makedev(3) */
+#include <sys/sysmacros.h> /* for major(3), minor(3) */
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
--- 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 <misc/queue.h> /* avoid conflicts with sys/queue.h */
+#include <sys/sysmacros.h> /* for major(3), minor(3) */
#include <libgen.h> /* used for 'dirname' */
#include <pthread.h>
#include <sys/stat.h>