]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- updated for 2.6.26
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jul 2008 20:08:00 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-kernel-headers.SuSE.TIOCGDEV.patch -> 1.4

linux-kernel-headers.SuSE.TIOCGDEV.patch

index 1083fe27ba9ba2e3054aedd338d7dd004dda62b5..4a0759fc36e8e8bcc16e4a45c54871e21280197d 100644 (file)
@@ -84,11 +84,11 @@ Temoprary solution until another solution exists.
   * double underscore on the front to: a) avoid some programs to
 --- a/usr/include/asm-x86/ioctls.h
 +++ b/usr/include/asm-x86/ioctls.h
-@@ -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 */
+@@ -54,6 +54,7 @@
+ #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 FIONCLEX      0x5450  /* these numbers need to be adjusted. */
+ #define FIONCLEX      0x5450
  #define FIOCLEX               0x5451
This page took 1.029837 seconds and 4 git commands to generate.