From: Darren Senn (sinster@dana.ucsc.edu)
Date: 06/09/92


From: sinster@dana.ucsc.edu (Darren Senn)
Subject: Re: fun with gcc2.11c :-(
Date: 9 Jun 1992 23:39:18 GMT

In article <myddryn.707907410@hal>, myddryn@hal.gnu.ai.mit.edu (Le Mauvais Sophiste) writes:
> Ok, I spent an hour or two toying with 0,96a-pl2 and gcc2.11c.
> Here's what I had to do to get it to compile:
> 1) Move itimer.c from linux/kernel to linux/lib

Nope. Don't do that. Very bad. Keep itimer.c in linux/kernel, and either
        a) remove itimer.o from the OBJS line in linux/lib/Makefile,
        b) create an empty itimer.c in linux/lib, or
        c) save the itimer.c that I posted yesterday into linux/lib.

The code in linux/kernel/itimer.c is definately kernel stuff, not library
stuff.