Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.

This commit is contained in:
Kevin Lo 2015-12-15 15:19:06 +00:00
parent 13230220de
commit d0ec8fd065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292268
5 changed files with 5 additions and 10 deletions

View File

@ -28,7 +28,7 @@
.\" @(#)brk.2 8.4 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
.Dd July 12, 1999
.Dd December 15, 2015
.Dt BRK 2
.Os
.Sh NAME
@ -38,7 +38,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft int
.Fn brk "const void *addr"

View File

@ -28,7 +28,7 @@
.\" @(#)getgid.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd June 4, 1993
.Dd December 15, 2015
.Dt GETGID 2
.Os
.Sh NAME
@ -38,7 +38,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft gid_t
.Fn getgid void

View File

@ -28,7 +28,7 @@
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd November 2, 2006
.Dd December 15, 2015
.Dt GETPID 2
.Os
.Sh NAME
@ -38,7 +38,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft pid_t
.Fn getpid void

View File

@ -28,7 +28,7 @@
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
.\" $FreeBSD$
.\"
.Dd September 11, 2013
.Dd December 15, 2015
.Dt READ 2
.Os
.Sh NAME
@ -40,7 +40,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft ssize_t
.Fn read "int fd" "void *buf" "size_t nbytes"

View File

@ -28,7 +28,7 @@
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
.\" $FreeBSD$
.\"
.Dd September 11, 2013
.Dd December 15, 2015
.Dt WRITE 2
.Os
.Sh NAME
@ -40,7 +40,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft ssize_t
.Fn write "int fd" "const void *buf" "size_t nbytes"