1984263bcSMatthew Dillon /* 2984263bcSMatthew Dillon * ---------------------------------------------------------------------------- 3984263bcSMatthew Dillon * "THE BEER-WARE LICENSE" (Revision 42): 4984263bcSMatthew Dillon * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you 5984263bcSMatthew Dillon * can do whatever you want with this stuff. If we meet some day, and you think 6984263bcSMatthew Dillon * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7984263bcSMatthew Dillon * ---------------------------------------------------------------------------- 8984263bcSMatthew Dillon * 9*00f0918dSAlexandre Perrin * $FreeBSD: head/lib/libc/gen/sysctlbyname.c 244153 2012-12-12 15:27:33Z pjd $ 10984263bcSMatthew Dillon * 11984263bcSMatthew Dillon */ 12984263bcSMatthew Dillon #include <sys/types.h> 13984263bcSMatthew Dillon #include <sys/sysctl.h> 14984263bcSMatthew Dillon 15