diff --git a/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch b/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch index be61a5a..95daf08 100644 --- a/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch +++ b/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch @@ -6,7 +6,9 @@ python strace syslogd ---- usr/include/asm-arm/socket.h +Index: usr/include/asm-arm/socket.h +=================================================================== +--- usr/include/asm-arm/socket.h.orig +++ usr/include/asm-arm/socket.h @@ -21,7 +21,6 @@ #define SO_NO_CHECK 11 @@ -16,7 +18,9 @@ syslogd /* To add :#define SO_REUSEPORT 15 */ #define SO_PASSCRED 16 #define SO_PEERCRED 17 ---- usr/include/asm-generic/socket.h +Index: usr/include/asm-generic/socket.h +=================================================================== +--- usr/include/asm-generic/socket.h.orig +++ usr/include/asm-generic/socket.h @@ -21,7 +21,6 @@ #define SO_NO_CHECK 11 @@ -26,7 +30,9 @@ syslogd /* To add :#define SO_REUSEPORT 15 */ #ifndef SO_PASSCRED /* powerpc only differs in these */ ---- usr/include/asm-ia64/socket.h +Index: usr/include/asm-ia64/socket.h +=================================================================== +--- usr/include/asm-ia64/socket.h.orig +++ usr/include/asm-ia64/socket.h @@ -30,7 +30,6 @@ #define SO_NO_CHECK 11 @@ -36,7 +42,9 @@ syslogd /* To add :#define SO_REUSEPORT 15 */ #define SO_PASSCRED 16 #define SO_PEERCRED 17 ---- usr/include/asm-parisc/socket.h +Index: usr/include/asm-parisc/socket.h +=================================================================== +--- usr/include/asm-parisc/socket.h.orig +++ usr/include/asm-parisc/socket.h @@ -30,7 +30,6 @@ @@ -46,7 +54,9 @@ syslogd #define SO_PASSCRED 0x4010 #define SO_PEERCRED 0x4011 #define SO_TIMESTAMP 0x4012 ---- usr/include/asm-powerpc/socket.h +Index: usr/include/asm-powerpc/socket.h +=================================================================== +--- usr/include/asm-powerpc/socket.h.orig +++ usr/include/asm-powerpc/socket.h @@ -28,7 +28,6 @@ #define SO_NO_CHECK 11 @@ -56,9 +66,11 @@ syslogd /* To add :#define SO_REUSEPORT 15 */ #define SO_RCVLOWAT 16 #define SO_SNDLOWAT 17 ---- usr/include/asm-s390/socket.h +Index: usr/include/asm-s390/socket.h +=================================================================== +--- usr/include/asm-s390/socket.h.orig +++ usr/include/asm-s390/socket.h -@@ -29,7 +29,6 @@ +@@ -27,7 +27,6 @@ #define SO_NO_CHECK 11 #define SO_PRIORITY 12 #define SO_LINGER 13 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index c9b4ad5..8fe90e5 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 27 08:03:00 UTC 2012 - coolo@suse.com + +- unfuzzy patch to fix build + ------------------------------------------------------------------- Fri Sep 21 19:37:38 UTC 2012 - crrodriguez@opensuse.org