From: jhelberg@nl.oracle.com (Joost Helberg) Subject: Re: Troubles compiling lilo v3 Date: 14 Aug 1992 09:05:35 GMT
X-Disclaimer: This message was written by an unauthenticated user
at Oracle Corporation. The opinions expressed are those
of the user and not necessarily those of Oracle.
newbie@dylan.camb.inmet.com (Chris Newbold) writes:
: The problems: Both /usr/src/linux/include/linux/types.h and /usr/include/sys
: /types.h get included. I tried to fix this by linking /usr/include/sys
: to /usr/src/linux/include/linux. This seems like a hack, but I don't really
: know. Didn't reall help.
Added #define _LINUX_TYPES_H to /usr/include/sys/types.h
and #define _SYS_TYPES_H to /usr/include/linux/types.h
That makes them mutualy exclusive.