]> git.pld-linux.org Git - packages/samba.git/commitdiff
- added workaround for swab.h conflict on sparc (broken <asm/bitops.h>?)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Nov 2003 20:25:10 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-statfs-workaround.patch -> 1.2

samba-statfs-workaround.patch

index 5c26fce725f4eb592de5ada97ff3f34ea0ed5bce..a75d8a348b47eb12e21ef6b581e8e8175ac4c034 100644 (file)
@@ -1,6 +1,6 @@
 --- 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,11 @@
+@@ -351,8 +351,12 @@
  
  #ifdef HAVE_SYS_CAPABILITY_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 +363,9 @@
+@@ -360,6 +364,10 @@
  
  #ifdef BROKEN_REDHAT_7_STATFS_WORKAROUND
  #undef _I386_STATFS_H
 +#undef _ALPHA_STATFS_H
 +#undef _PPC_STATFS_H
 +#undef _SPARC_STATFS_H
++#undef _SPARC_BITOPS_H
  #undef BROKEN_REDHAT_7_STATFS_WORKAROUND
  #endif
  
This page took 0.035252 seconds and 4 git commands to generate.