d74587338a
- Update to new upstream release 3.7.1 (required for xtables-addons that is currently failing in factory) OBS-URL: https://build.opensuse.org/request/show/146216 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=61
90 lines
3.1 KiB
Diff
90 lines
3.1 KiB
Diff
these packages use the obsolete SO_BSDCOMPAT:
|
|
bind
|
|
dietlibc (#define only)
|
|
pidgin
|
|
python
|
|
strace
|
|
syslogd
|
|
|
|
---
|
|
usr/include/asm-generic/socket.h | 1 -
|
|
usr/include/asm-ia64/socket.h | 1 -
|
|
usr/include/asm-parisc/socket.h | 1 -
|
|
usr/include/asm-powerpc/socket.h | 1 -
|
|
usr/include/asm-s390/socket.h | 1 -
|
|
usr/include/asm-sparc/socket.h | 1 -
|
|
6 files changed, 6 deletions(-)
|
|
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-generic/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
|
|
@@ -21,7 +21,6 @@
|
|
#define SO_NO_CHECK 11
|
|
#define SO_PRIORITY 12
|
|
#define SO_LINGER 13
|
|
-#define SO_BSDCOMPAT 14
|
|
/* To add :#define SO_REUSEPORT 15 */
|
|
|
|
#ifndef SO_PASSCRED /* powerpc only differs in these */
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-ia64/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
|
|
@@ -30,7 +30,6 @@
|
|
#define SO_NO_CHECK 11
|
|
#define SO_PRIORITY 12
|
|
#define SO_LINGER 13
|
|
-#define SO_BSDCOMPAT 14
|
|
/* To add :#define SO_REUSEPORT 15 */
|
|
#define SO_PASSCRED 16
|
|
#define SO_PEERCRED 17
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-parisc/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
|
|
@@ -30,7 +30,6 @@
|
|
|
|
#define SO_NO_CHECK 0x400b
|
|
#define SO_PRIORITY 0x400c
|
|
-#define SO_BSDCOMPAT 0x400e
|
|
#define SO_PASSCRED 0x4010
|
|
#define SO_PEERCRED 0x4011
|
|
#define SO_TIMESTAMP 0x4012
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-powerpc/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
|
|
@@ -28,7 +28,6 @@
|
|
#define SO_NO_CHECK 11
|
|
#define SO_PRIORITY 12
|
|
#define SO_LINGER 13
|
|
-#define SO_BSDCOMPAT 14
|
|
/* To add :#define SO_REUSEPORT 15 */
|
|
#define SO_RCVLOWAT 16
|
|
#define SO_SNDLOWAT 17
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-s390/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-s390/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-s390/socket.h
|
|
@@ -27,7 +27,6 @@
|
|
#define SO_NO_CHECK 11
|
|
#define SO_PRIORITY 12
|
|
#define SO_LINGER 13
|
|
-#define SO_BSDCOMPAT 14
|
|
/* To add :#define SO_REUSEPORT 15 */
|
|
#define SO_PASSCRED 16
|
|
#define SO_PEERCRED 17
|
|
Index: linux-glibc-devel-3.7.1/usr/include/asm-sparc/socket.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.7.1.orig/usr/include/asm-sparc/socket.h
|
|
+++ linux-glibc-devel-3.7.1/usr/include/asm-sparc/socket.h
|
|
@@ -16,7 +16,6 @@
|
|
#define SO_LINGER 0x0080
|
|
#define SO_OOBINLINE 0x0100
|
|
/* To add :#define SO_REUSEPORT 0x0200 */
|
|
-#define SO_BSDCOMPAT 0x0400
|
|
#define SO_RCVLOWAT 0x0800
|
|
#define SO_SNDLOWAT 0x1000
|
|
#define SO_RCVTIMEO 0x2000
|