X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/23e20b0053d7317ce3facd3fd38db8c73c2c380a..aa54d2fad3d9038b43475aa93c76795c5141a993:/gen/FreeBSD/sysctlnametomib.c diff --git a/gen/FreeBSD/sysctlnametomib.c b/gen/FreeBSD/sysctlnametomib.c index 3b19413..e1592cb 100644 --- a/gen/FreeBSD/sysctlnametomib.c +++ b/gen/FreeBSD/sysctlnametomib.c @@ -31,8 +31,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/sysctlnametomib.c,v 1.4 2003/01/04 00:11:11 #include #include -extern int __sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, - void *newp, size_t newlen); +#include "sysctl_internal.h" /* * This function uses a presently undocumented interface to the kernel