]> git.pld-linux.org Git - packages/samba.git/blob - samba-statfs-workaround.patch
- removed bogus $NICELEVEL
[packages/samba.git] / samba-statfs-workaround.patch
1 --- samba-3.0.0/source/include/includes.h.orig  2003-08-15 20:39:52.000000000 +0000
2 +++ samba-3.0.0/source/include/includes.h       2003-11-09 16:02:50.000000000 +0000
3 @@ -351,8 +351,12 @@
4  
5  #ifdef HAVE_SYS_CAPABILITY_H
6  
7 -#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS) && !defined(_I386_STATFS_H)
8 +#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS)
9  #define _I386_STATFS_H
10 +#define _ALPHA_STATFS_H
11 +#define _PPC_STATFS_H
12 +#define _SPARC_STATFS_H
13 +#define _SPARC_BITOPS_H
14  #define BROKEN_REDHAT_7_STATFS_WORKAROUND
15  #endif
16  
17 @@ -360,6 +364,10 @@
18  
19  #ifdef BROKEN_REDHAT_7_STATFS_WORKAROUND
20  #undef _I386_STATFS_H
21 +#undef _ALPHA_STATFS_H
22 +#undef _PPC_STATFS_H
23 +#undef _SPARC_STATFS_H
24 +#undef _SPARC_BITOPS_H
25  #undef BROKEN_REDHAT_7_STATFS_WORKAROUND
26  #endif
27  
This page took 0.025128 seconds and 3 git commands to generate.