From 13230220ded5c25e2d2b44908d2531a11a8b7b27 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 15 Dec 2015 15:08:29 +0000 Subject: [PATCH] Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h. Reviewed by: bde --- lib/libc/sys/getuid.2 | 3 +-- lib/libc/sys/setuid.2 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index eae0b230c9f2..414535698f89 100644 --- a/lib/libc/sys/getuid.2 +++ b/lib/libc/sys/getuid.2 @@ -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 diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 54d89bcc7464..949d93633c03 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -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"