]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- updated for 2.4.29 auto/ac/kernel24-2_4_29-1 auto/ac/kernel24-2_4_29-3 auto/ac/kernel24-2_4_29-4 auto/ac/kernel24-2_4_29-5 auto/ac/kernel24-2_4_29-6
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Jan 2005 15:29:08 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-3.0.7-2.4.25.patch -> 1.2

bootsplash-3.0.7-2.4.25.patch

index 7d297a94711c426958dba23d052e44db2dd4df3e..5d6fc63c8204bfe457a79de839bfbd7336688570 100644 (file)
@@ -52,10 +52,9 @@ diff -urN linux-2.4.24.org/drivers/char/keyboard.c linux-2.4.24/drivers/char/key
  #ifdef CONFIG_MAGIC_SYSRQ             /* Handle the SysRq Hack */
        if (keycode == SYSRQ_KEY) {
                sysrq_pressed = !up_flag;
-diff -urN linux-2.4.24.org/drivers/char/n_tty.c linux-2.4.24/drivers/char/n_tty.c
---- linux-2.4.24.org/drivers/char/n_tty.c      2004-01-19 21:00:16.323743526 +0100
-+++ linux-2.4.24/drivers/char/n_tty.c  2004-01-19 21:03:48.097704796 +0100
-@@ -45,6 +45,7 @@
+--- linux-2.4.29/drivers/char/n_tty.c.orig     2005-01-20 16:15:28.000000000 +0100
++++ linux-2.4.29/drivers/char/n_tty.c  2005-01-20 16:18:59.000000000 +0100
+@@ -47,6 +47,7 @@
  #include <linux/string.h>
  #include <linux/slab.h>
  #include <linux/poll.h>
@@ -63,7 +62,7 @@ diff -urN linux-2.4.24.org/drivers/char/n_tty.c linux-2.4.24/drivers/char/n_tty.
  
  #include <asm/uaccess.h>
  #include <asm/system.h>
-@@ -971,6 +972,16 @@
+@@ -1186,6 +1187,16 @@
                return -EIO;
        }
  
@@ -77,9 +76,9 @@ diff -urN linux-2.4.24.org/drivers/char/n_tty.c linux-2.4.24/drivers/char/n_tty.
 +      }
 +#endif
 +
-       /* Job control check -- must be done at start and after
-          every sleep (POSIX.1 7.1.1.4). */
-       /* NOTE: not yet done after every sleep pending a thorough
+       c = job_control(tty, file);
+       if(c < 0)
+               return c;
 diff -urN linux-2.4.24.org/drivers/video/Config.in linux-2.4.24/drivers/video/Config.in
 --- linux-2.4.24.org/drivers/video/Config.in   2004-01-19 21:01:12.428076192 +0100
 +++ linux-2.4.24/drivers/video/Config.in       2004-01-19 21:05:33.568745824 +0100
This page took 0.589112 seconds and 4 git commands to generate.