Hi All:

       I don't know if anybody has experienced this problem, but
applying june 2003 stream patches to vanilla kernel 2.4.21 I've
got a compilation error (EINVAL not defined in sysrq.h).
       Here comes a patch that corrects this issue, that _must_ be
applyed to an _already_ june 2003 stream patched vanilla kernel.


bests regards --

[]'s
Lucas Brasilino
[EMAIL PROTECTED]
http://www.recife.pe.gov.br
Emprel -        Empresa Municipal de Informatica (pt_BR)
               Municipal Computing Enterprise (en_US)
Recife - Pernambuco - Brasil
Fone: +55-81-34167078
diff -Nur linux-2.4.21-junestream/include/linux/sysrq.h 
linux-2.4.21/include/linux/sysrq.h
--- linux-2.4.21-junestream/include/linux/sysrq.h       Fri Aug  2 21:39:46 2002
+++ linux-2.4.21/include/linux/sysrq.h  Wed Aug  6 12:13:20 2003
@@ -14,6 +14,7 @@
 #define __LINUX_SYSRQ_H__

 #include <linux/config.h>
+#include <asm/errno.h>

 struct pt_regs;
 struct kbd_struct;

Reply via email to