Re: Linux-1.3.78

Linus Torvalds (torvalds@cs.helsinki.fi)
Mon, 25 Mar 1996 13:32:50 +0200 (EET)


> /usr/src/linux/include/linux/posix_types.h:4: warning: `_GNU_TYPES_H'
> redefined
> /usr/include/gnu/types.h:21: warning: this is the location of the
> previous defin

Ok, it seems like I didn't succeed in overcoming the old gnu/types.h stuff,
which the new kernel headers do not like.

One way to handle this is to rename "/usr/include/gnu/types.h" to something
else, and copy the new <linux/posix_types.h> there instead. Does it work for
you after that?

(I have a non-standard header file setup, which probably explains why I never
saw this)

Linus