]> git.pld-linux.org Git - packages/samba.git/blob - samba-statfs-workaround.patch
- openssl rebuild
[packages/samba.git] / samba-statfs-workaround.patch
1 --- samba-3.0.3pre1/source/include/includes.h.orig      2004-03-22 23:47:39.757378568 +0100
2 +++ samba-3.0.3pre1/source/include/includes.h   2004-03-22 23:48:58.753369352 +0100
3 @@ -338,9 +338,12 @@
4  
5  #ifdef HAVE_SYS_CAPABILITY_H
6  
7 -#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS) && !defined(_I386_STATFS_H) && !defined(_PPC_STATFS_H)
8 +#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS)
9  #define _I386_STATFS_H
10  #define _PPC_STATFS_H
11 +#define _ALPHA_STATFS_H
12 +#define _SPARC_STATFS_H
13 +#define _SPARC_BITOPS_H
14  #define BROKEN_REDHAT_7_STATFS_WORKAROUND
15  #endif
16  
17 @@ -349,6 +352,9 @@
18  #ifdef BROKEN_REDHAT_7_STATFS_WORKAROUND
19  #undef _I386_STATFS_H
20  #undef _PPC_STATFS_H
21 +#undef _ALPHA_STATFS_H
22 +#undef _SPARC_STATFS_H
23 +#undef _SPARC_BITOPS_H
24  #undef BROKEN_REDHAT_7_STATFS_WORKAROUND
25  #endif
26  
This page took 0.040557 seconds and 3 git commands to generate.