]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- updated to 2.6.36 auto/th/linux-libc-headers-2_6_36-1 auto/ti/linux-libc-headers-2_6_36-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Oct 2010 20:38:33 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated SuSE.TIOCGDEV patch

Changed files:
    linux-kernel-headers.SuSE.TIOCGDEV.patch -> 1.8
    linux-libc-headers.spec -> 1.163

linux-kernel-headers.SuSE.TIOCGDEV.patch
linux-libc-headers.spec

index b92baf7b3d277f561e772fb8af45ccd3fb5106fc..e3575c4f440ae50555ba0344ad0c60e5238b5d18 100644 (file)
@@ -8,49 +8,49 @@ Temporary solution until another solution exists.
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG               _IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
- #define FIONCLEX      0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX               0x5451
+ #define TIOCGRS485      0x542E
 --- a/linux/arch/ia64/include/asm/ioctls.h
 +++ b/linux/arch/ia64/include/asm/ioctls.h
-@@ -55,6 +55,7 @@
- #define TIOCGSID      0x5429  /* Return the session ID of FD */
+@@ -59,6 +59,7 @@
+ #define TCSETSF2      _IOW('T',0x2D, struct termios2)
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG               _IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX      0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX               0x5451
 --- a/linux/arch/parisc/include/asm/ioctls.h
 +++ b/linux/arch/parisc/include/asm/ioctls.h
-@@ -48,6 +48,7 @@
- #define TIOCGSID      _IOR('T', 20, int) /* Return the session ID of FD */
+@@ -52,6 +52,7 @@
+ #define TCSETSF2      _IOW('T',0x2D, struct termios2)
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG               _IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX      0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX               0x5451
 --- a/linux/arch/powerpc/include/asm/ioctls.h
 +++ b/linux/arch/powerpc/include/asm/ioctls.h
-@@ -91,6 +91,7 @@
- #define TIOCGSID      0x5429  /* Return the session ID of FD */
+@@ -94,6 +94,7 @@
+ #define TIOCSRS485    0x542f
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG               _IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define TIOCSERCONFIG 0x5453
- #define TIOCSERGWILD  0x5454
 --- a/linux/arch/s390/include/asm/ioctls.h
 +++ b/linux/arch/s390/include/asm/ioctls.h
-@@ -56,6 +56,7 @@
- #define TIOCGSID      0x5429  /* Return the session ID of FD */
+@@ -60,6 +60,7 @@
+ #define TCSETSF2      _IOW('T',0x2D, struct termios2)
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG               _IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX      0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX               0x5451
 --- a/linux/arch/sparc/include/asm/ioctls.h    2007-07-08 19:32:17.000000000 -0400
 +++ b/linux/arch/sparc/include/asm/ioctls.h    2007-08-27 14:01:21.000000000 -0400
 @@ -15,6 +15,7 @@
index db75645b425c2e39aab8d544bd3ac73296339c51..9d20e79f952b2230380c38360e61829b01de42e7 100644 (file)
@@ -1,5 +1,5 @@
-%define        basever 2.6.35
-%define        postver .4
+%define        basever 2.6.36
+%define        postver %{nil}
 Summary:       Linux kernel headers for use with C libraries
 Summary(pl.UTF-8):     Nagłówki jądra Linuksa do użytku z bibliotekami C
 Name:          linux-libc-headers
@@ -9,7 +9,7 @@ Epoch:          7
 License:       GPL v2
 Group:         Development
 Source0:       http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{basever}.tar.bz2
-# Source0-md5: 091abeb4684ce03d1d936851618687b6
+# Source0-md5: 61f3739a73afb6914cb007f37fb09b62
 %if "%{postver}" != "%{nil}"
 Source1:       http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
 # Source1-md5: 738f762746488345b1a8707d00895eef
This page took 0.221218 seconds and 4 git commands to generate.