From: Joost Helberg (jhelberg@nl.oracle.com)
Date: 08/17/92


From: jhelberg@nl.oracle.com (Joost Helberg)
Subject: Re: Troubles compiling lilo v3
Date: 17 Aug 1992 07:03:56 GMT

chbarry@athena.mit.edu (Charles H. Barry) writes:
:
: I've been having the same problems compiling Lilo and ps-0.97 after
: installinf v0.97 and v0.97pl1. Could someone please post or email me
: a description of the correct usr/include structure.
:
: I've tried linking /usr/src/linux/include/linux to /usr/include/linux,
: but that doesn't work. All I get is a lot of redefinition errors
: because both sys/types.h and linux/types.h are being included. I've
: also tried linking the sys directory in similar fashion but that
: doesn't help either.
See my previous port about types.h AND:
  include genhd.h in common.h, Linux split the file hdreg.h into 2, the
  partition structure is defined in hdgen.h now.