Is this wrong?
Vernon Schryver
vjs at rhyolite.wpd.sgi.com
Fri Mar 16 07:51:20 AEST 1990
In article <1196 at sdrc.UUCP>, crscott at sdrc.UUCP (Scott_Klosterman) writes:
>
> The top of the file /usr/include/bsd/sys/ioctl.h contains the
> following:
>
> #ifndef __BSD_IOCTL__
> #define __BSD_IOCTL__
> #include "../../sys/ioctl.h"
> #include <net/soioctl.h>
> #include <sys/ttychars.h>
>
> Should the last two lines look like this?
Yes!
Consider the note on the bottom of every BSD related man page, which refers
the reader to the instructions for building BSD stuff in our SV system.
The gist is that in 3.2 and before, we chose '-I/usr/include/bsd -lbsd' as
the switch for saying "do BSD stuff". There are certain things that differ
between SV and BSD, so that one cannot be in both universes at once. You
have to choose, for example, which kind of directories you want. A
future release will have other ways of saying the same thing, altho they
will be upward compatible.
Vernon Schryver
Silicon Graphics
vjs at sgi.com.
More information about the Comp.sys.sgi
mailing list