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

Reviewed by:	bde
This commit is contained in:
Kevin Lo 2015-12-15 15:08:29 +00:00
parent 6237ce0841
commit 13230220de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292267
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -28,7 +28,7 @@
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd September 13, 2015
.Dd December 15, 2015
.Dt SETUID 2
.Os
.Sh NAME
@ -40,7 +40,6 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/types.h
.In unistd.h
.Ft int
.Fn setuid "uid_t uid"