Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 1997 07:24:32 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        eivind@bitbox.follo.net, imp@village.org
Cc:        bde@zeta.org.au, freebsd-current@FreeBSD.ORG, roberto@keltia.freenix.fr, sos@sos.freebsd.dk
Subject:   Re: #include problem breaks current
Message-ID:  <199705092124.HAA23149@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Right now I'd say the vast majority of cases are documented.  For
>example, see the connect man page.  It clearly shows that you have to
>include sys/types.h before sys/socket.h.  fts clearly shows that
>sys/types.h and sys/stat.h are requried to be included before fts.h.

But sys/stat.h isn't required.  It is only required to access (*fts_statp).

I fixed many man pages in -current so that the headers given in the
synopsis actually worked, but connect.2 and fts.3 already had correct
headers.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705092124.HAA23149>