Fixed incomplete or wrong lists of prerequisite #includes related to

<sys/types.h>.
This commit is contained in:
Bruce Evans 1996-05-01 01:45:23 +00:00
parent 9c6e4f2a7c
commit 50e9e20943
5 changed files with 10 additions and 3 deletions

View File

@ -38,7 +38,7 @@
.Nm getfh
.Nd get file handle
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/param.h>
.Fd #include <sys/mount.h>
.Ft int
.Fn getfh "char *path" "fhandle_t *fhp"

View File

@ -38,7 +38,9 @@
.Nm ktrace
.Nd process tracing
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/param.h>
.Fd #include <sys/time.h>
.Fd #include <sys/uio.h>
.Fd #include <sys/ktrace.h>
.Ft int
.Fn ktrace "const char *tracefile" "int ops" "int trpoints" "int pid"

View File

@ -23,6 +23,8 @@ pcap \- Packet Capture library
.SH SYNOPSIS
.nf
.ft B
#include <sys/types.h>
#include <stdio.h>
#include <pcap.h>
.ft
.LP

View File

@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: link.5,v 1.4 1996/01/30 13:51:35 mpp Exp $
.\" $Id: link.5,v 1.5 1996/04/08 04:18:14 mpp Exp $
.\"
.Dd October 23, 1993
.Dt LINK 5
@ -35,6 +35,8 @@
.Nm link
.Nd dynamic loader and link editor interface
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <nlist.h>
.Fd #include <link.h>
.Sh DESCRIPTION
The include file

View File

@ -40,6 +40,7 @@
.Nm lastlog
.Nd login records
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <utmp.h>
.Sh DESCRIPTION
The file