]> TLD Linux GIT Repositories - packages/glusterfs.git/blob - no-sysctl-on-linux.patch
- from PLD
[packages/glusterfs.git] / no-sysctl-on-linux.patch
1 --- glusterfs-3.5.3/xlators/mount/fuse/src/fuse-helpers.c~      2014-11-12 13:51:20.000000000 +0000
2 +++ glusterfs-3.5.3/xlators/mount/fuse/src/fuse-helpers.c       2014-12-30 19:46:36.645378934 +0000
3 @@ -14,7 +14,7 @@
4  #include "fuse-bridge.h"
5  #if defined(GF_SOLARIS_HOST_OS)
6  #include <sys/procfs.h>
7 -#else
8 +#elif !defined(GF_LINUX_HOST_OS)
9  #include <sys/sysctl.h>
10  #endif
11