From: Kenn H. <ke...@us...> - 2003-01-23 23:18:14
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv27279/include/asm-vax Modified Files: signal.h Log Message: Silence compiler warnings in files that include linux/signal.h before linux/ptrace.h Index: signal.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/signal.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- signal.h 20 May 2002 00:33:39 -0000 1.3 +++ signal.h 23 Jan 2003 23:18:11 -0000 1.4 @@ -179,6 +179,10 @@ #ifdef __KERNEL__ #include <asm/sigcontext.h> +/* This forward declaration is required to silence warnings in + files that include linux/signal.h before linux/ptrace.h */ +struct pt_regs; + #endif /* __KERNEL__ */ #endif |