Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 01:23:30 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: 0ac2a6498375 - main - sysctl.3: sys/types.h no longer needs to be explicitly included
Message-ID:  <202110200123.19K1NUIX095794@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=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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110200123.19K1NUIX095794>