1
0

Accepting request 136168 from Base:System

- unfuzzy patch to fix build

OBS-URL: https://build.opensuse.org/request/show/136168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2012-09-27 11:40:34 +00:00 committed by Git OBS Bridge
commit 54ba320ce6
2 changed files with 24 additions and 7 deletions

View File

@ -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

View File

@ -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