mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Fixed missing return type in a prototype.
This commit is contained in:
parent
442a25bd7b
commit
04b7c9479b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32562
@ -43,6 +43,7 @@
|
||||
.Fd #include <sys/sysctl.h>
|
||||
.Ft int
|
||||
.Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"
|
||||
.Ft int
|
||||
.Fn sysctlbyname "const char *name" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user