1
0

Accepting request 43695 from Base:System

Copy from Base:System/linux-glibc-devel based on submit request 43695 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-07-23 20:59:29 +00:00 committed by Git OBS Bridge
commit ff35dfb19d
3 changed files with 46 additions and 7 deletions

View File

@ -1,4 +1,16 @@
--- usr/include/asm-arm/ioctls.h
---
usr/include/asm-arm/ioctls.h | 1 +
usr/include/asm-generic/ioctls.h | 1 +
usr/include/asm-ia64/ioctls.h | 1 +
usr/include/asm-parisc/ioctls.h | 1 +
usr/include/asm-powerpc/ioctls.h | 1 +
usr/include/asm-s390/ioctls.h | 1 +
usr/include/asm-sparc/ioctls.h | 1 +
7 files changed, 7 insertions(+)
Index: usr/include/asm-arm/ioctls.h
===================================================================
--- usr/include/asm-arm/ioctls.h.orig
+++ usr/include/asm-arm/ioctls.h
@@ -52,6 +52,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
@ -8,7 +20,9 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
--- usr/include/asm-generic/ioctls.h
Index: usr/include/asm-generic/ioctls.h
===================================================================
--- usr/include/asm-generic/ioctls.h.orig
+++ usr/include/asm-generic/ioctls.h
@@ -65,6 +65,7 @@
#define TIOCSRS485 0x542F
@ -18,7 +32,9 @@
#define TCGETX 0x5432 /* SYS5 TCGETX compatibility */
#define TCSETX 0x5433
#define TCSETXF 0x5434
--- usr/include/asm-ia64/ioctls.h
Index: usr/include/asm-ia64/ioctls.h
===================================================================
--- usr/include/asm-ia64/ioctls.h.orig
+++ usr/include/asm-ia64/ioctls.h
@@ -59,6 +59,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
@ -28,7 +44,9 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
--- usr/include/asm-parisc/ioctls.h
Index: usr/include/asm-parisc/ioctls.h
===================================================================
--- usr/include/asm-parisc/ioctls.h.orig
+++ usr/include/asm-parisc/ioctls.h
@@ -52,6 +52,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
@ -38,7 +56,9 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
--- usr/include/asm-powerpc/ioctls.h
Index: usr/include/asm-powerpc/ioctls.h
===================================================================
--- usr/include/asm-powerpc/ioctls.h.orig
+++ usr/include/asm-powerpc/ioctls.h
@@ -93,6 +93,7 @@
#define TIOCSRS485 0x542f
@ -48,7 +68,9 @@
#define TIOCSERCONFIG 0x5453
#define TIOCSERGWILD 0x5454
--- usr/include/asm-s390/ioctls.h
Index: usr/include/asm-s390/ioctls.h
===================================================================
--- usr/include/asm-s390/ioctls.h.orig
+++ usr/include/asm-s390/ioctls.h
@@ -60,6 +60,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
@ -58,3 +80,15 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
Index: usr/include/asm-sparc/ioctls.h
===================================================================
--- usr/include/asm-sparc/ioctls.h.orig
+++ usr/include/asm-sparc/ioctls.h
@@ -80,6 +80,7 @@
/* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
#define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
#define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */
+#define TIOCGDEV _IOW('t', 0x32, unsigned int)
/* Little f */
#define FIOCLEX _IO('f', 1)

View File

@ -3,6 +3,11 @@ Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de
- update kernel headers to 2.6.34 for proper O_SYNC support
-------------------------------------------------------------------
Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de
- add TIOCGDEV define to SPARC definitions
-------------------------------------------------------------------
Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz

View File

@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning
Version: 2.6.34
Release: 1
Release: 2
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers