From b8ec0ce5b4845f74fb230651dfc031afccbcab81 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 30 Jun 2022 10:23:07 -0400 Subject: [PATCH] wait.2: Remove sys/types.h from the list of required headers wait.h is self-contained. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- lib/libc/sys/wait.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 196597f1055..f1aab8dca67 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -28,7 +28,7 @@ .\" @(#)wait.2 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd August 11, 2019 +.Dd June 24, 2022 .Dt WAIT 2 .Os .Sh NAME @@ -42,7 +42,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In sys/types.h .In sys/wait.h .Ft pid_t .Fn wait "int *status"