diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-11 17:08:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-11 17:08:34 +0000 |
commit | 47a4c7cf1568fdc84047fea921e24760963c88d0 (patch) | |
tree | 4bad6f1267ae797b67eccb07d04bc7c6ee72de2b /usr.sbin/config/ukc.h | |
parent | 5f1862e5ac564145c5ee9b4a59dcef12cf60e863 (diff) |
delete the bufcachepercent command (since this can be done at runtime),
and leftovers from past commands shmseg/shmmaxpg/nmbclusters
ok kettenis
Diffstat (limited to 'usr.sbin/config/ukc.h')
-rw-r--r-- | usr.sbin/config/ukc.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.sbin/config/ukc.h b/usr.sbin/config/ukc.h index df78a5834af..b8ef2463caf 100644 --- a/usr.sbin/config/ukc.h +++ b/usr.sbin/config/ukc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ukc.h,v 1.14 2017/09/27 15:14:52 deraadt Exp $ */ +/* $OpenBSD: ukc.h,v 1.15 2019/08/11 17:08:33 deraadt Exp $ */ /* * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved. @@ -45,10 +45,8 @@ #define P_PDEVNAMES 15 #define I_PDEVSIZE 16 #define S_PDEVINIT 17 -#define I_NMBCLUSTERS 18 -#define I_BUFCACHEPCT 19 -#define I_NKMEMPG 20 -#define NLENTRIES 21 +#define I_NKMEMPG 18 +#define NLENTRIES 19 #ifdef UKC_MAIN struct nlist nl[] = { @@ -70,8 +68,6 @@ struct nlist nl[] = { { "_pdevnames" }, { "_pdevnames_size" }, { "_pdevinit" }, - { "_nmbclust" }, - { "_bufcachepercent" }, { "_nkmempages" }, { NULL }, }; @@ -94,8 +90,6 @@ struct nlist knl[] = { { "_pdevnames" }, { "_pdevnames_size" }, { "_pdevinit" }, - { "_nmbclust" }, - { "_bufcachepercent" }, { "_nkmempages" }, { NULL }, }; |