2.4-dev-29
This commit is contained in:
parent
9a9c3b32a6
commit
4afaf468c3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user