[parisc-linux] Kernel and palo source broken

Richard Hirst rhirst@linuxcare.com
Fri, 25 Aug 2000 14:35:03 +0100


On Fri, Aug 25, 2000 at 07:47:16AM -0400, Matthew Wilcox wrote:
> On Fri, Aug 25, 2000 at 12:40:49PM +0100, Richard Hirst wrote:
> > Kernel wouldn't build - mostly arch/parisc/kernel/signal.c problems,
> > needs to include linux/version.h, PF_PTRACED undefined...
> 
> i just added sc_sar to the struct sigcontext.  i'm sure dhd has the
> right fix and will commit it once he gets in... rebuilding now.
> Hmm.  Wonder why that version number test doesn't work... oh well,
> changing it to #if 1 gets it compiled for me.

Needs #include <linux/version.h>.  I think I still had PF_PTRACED
undefined after that.

Richard