]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba-statfs-workaround.patch
- removed references to non-existing files
[packages/samba.git] / samba-statfs-workaround.patch
index a75d8a348b47eb12e21ef6b581e8e8175ac4c034..bf59f844cc304ed58f73b9c0b77b1818ed9019a6 100644 (file)
@@ -1,25 +1,24 @@
---- samba-3.0.0/source/include/includes.h.orig 2003-08-15 20:39:52.000000000 +0000
-+++ samba-3.0.0/source/include/includes.h      2003-11-09 16:02:50.000000000 +0000
-@@ -351,8 +351,12 @@
+--- samba-3.0.3pre1/source/include/includes.h.orig     2004-03-22 23:47:39.757378568 +0100
++++ samba-3.0.3pre1/source/include/includes.h  2004-03-22 23:48:58.753369352 +0100
+@@ -338,9 +338,12 @@
  
  #ifdef HAVE_SYS_CAPABILITY_H
  
--#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS) && !defined(_I386_STATFS_H)
+-#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS) && !defined(_I386_STATFS_H) && !defined(_PPC_STATFS_H)
 +#if defined(BROKEN_REDHAT_7_SYSTEM_HEADERS)
  #define _I386_STATFS_H
+ #define _PPC_STATFS_H
 +#define _ALPHA_STATFS_H
-+#define _PPC_STATFS_H
 +#define _SPARC_STATFS_H
 +#define _SPARC_BITOPS_H
  #define BROKEN_REDHAT_7_STATFS_WORKAROUND
  #endif
  
-@@ -360,6 +364,10 @@
+@@ -349,6 +352,9 @@
  #ifdef BROKEN_REDHAT_7_STATFS_WORKAROUND
  #undef _I386_STATFS_H
+ #undef _PPC_STATFS_H
 +#undef _ALPHA_STATFS_H
-+#undef _PPC_STATFS_H
 +#undef _SPARC_STATFS_H
 +#undef _SPARC_BITOPS_H
  #undef BROKEN_REDHAT_7_STATFS_WORKAROUND
This page took 0.039583 seconds and 4 git commands to generate.