Conditionalize PG_CACHE sysctls on COMPAT_FREEBSD11.

Reviewed by:	glebius, imp, jhb
Differential Revision:	https://reviews.freebsd.org/D8736
This commit is contained in:
Mark Johnston 2016-12-09 18:55:27 +00:00
parent 7f68a896dc
commit 90458813cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309750

View File

@ -32,6 +32,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@ -315,7 +317,7 @@ VM_STATS_VM(v_vforkpages, "VM pages affected by vfork()");
VM_STATS_VM(v_rforkpages, "VM pages affected by rfork()");
VM_STATS_VM(v_kthreadpages, "VM pages affected by fork() by kernel");
#ifndef BURN_BRIDGES
#ifdef COMPAT_FREEBSD11
/*
* Provide compatibility sysctls for the benefit of old utilities which exit
* with an error if they cannot be found.