Re: hack.c in kernel

2000-05-24 Thread Manny Obrey
tks for the clarifcation! >From: Peter Jeremy <[EMAIL PROTECTED]> >To: Manny Obrey <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: hack.c in kernel >Date: Thu, 25 May 2000 11:03:37 +1000 > >On Fri, 19 May 2000 17:35:34 PDT, "Manny Obrey" <[EMA

No Subject

2000-05-19 Thread Manny Obrey
I saw the following near the end of running "make depend;make" during a kernel re-config ... seriously, is this something to be concerned about? I had just d'loaded /usr/src/sys for 4.0-RELEASE about 10 minutes ago. touch hack.c cc -elf -shared -nostdlib hack.c -o hack.So rm -f hack.c ___

error

1999-12-02 Thread Manny Obrey
Hello, This may be a simple error on my part but I've narrowed my prob to the snippet below. When trying to compile: #include #include int main () { return 0;} I get error messages which state parse errors in /usr/include/sys/socket.h my compiler =gcc 2.7 ( also tried gcc 2.95.1 ) my os