Date: Thu, 30 Jun 2022 14:31:35 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b8ec0ce5b484 - main - wait.2: Remove sys/types.h from the list of required headers Message-ID: <202206301431.25UEVZfh074454@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b8ec0ce5b4845f74fb230651dfc031afccbcab81 commit b8ec0ce5b4845f74fb230651dfc031afccbcab81 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-06-30 14:23:07 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-06-30 14:31:26 +0000 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 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206301431.25UEVZfh074454>
