git: af5ea5cccefa - stable/13 - wait.2: Remove sys/types.h from the list of required headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 17:05:54 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=af5ea5cccefaac7072bd6a8cb8d147d21a583902 commit af5ea5cccefaac7072bd6a8cb8d147d21a583902 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-06-30 14:23:07 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-07-07 17:05:18 +0000 wait.2: Remove sys/types.h from the list of required headers wait.h is self-contained. Sponsored by: The FreeBSD Foundation (cherry picked from commit b8ec0ce5b4845f74fb230651dfc031afccbcab81) --- 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 196597f1055b..f1aab8dca675 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"