git: 0ac2a6498375 - main - sysctl.3: sys/types.h no longer needs to be explicitly included

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Wed, 20 Oct 2021 01:23:30 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ac2a649837512c7694cc8f5af84d470b3209fdd

commit 0ac2a649837512c7694cc8f5af84d470b3209fdd
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-10-20 01:19:18 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-10-20 01:22:57 +0000

    sysctl.3: sys/types.h no longer needs to be explicitly included
    
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D32562
---
 lib/libc/gen/sysctl.3 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index c8f1430656a6..2d8da3974086 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -28,7 +28,7 @@
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\" $FreeBSD$
 .\"
-.Dd October 30, 2020
+.Dd October 18, 2021
 .Dt SYSCTL 3
 .Os
 .Sh NAME
@@ -39,7 +39,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
 .In sys/sysctl.h
 .Ft int
 .Fn sysctl "const int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "const void *newp" "size_t newlen"