On Tuesday 07 January 2003 10:15 pm, Andre Hedrick wrote: > New twist: > > user_space.c kernel_space.c > #include <signal.h> #include <kernel/signal.h> > #include <kernel/signal.h> #include <asm/signal.h> > #include <asm/signal.h> > > Where does "signal.h" from the compiler obtain its included references?
It's an old twist that has already been addressed. First, the GPL attached to the Linux kernel makes an exception for this case. Second, signal.h is a standard POSIX header present on all Unix systems. Is my helloworld.c program derivative of Linux? No, because it's not running under Linux... -- David Johnson ___________________ http://www.usermode.org pgp public key on website -- license-discuss archive is at http://crynwr.com/cgi-bin/ezmlm-cgi?3

