ioconf/pseudo-root have been in here unchanged for 3+ years and their use
has spread from rump kernels into dozens of kernel modules. Let's pretend we don't want to see config yell about them being experimental every time.
This commit is contained in:
parent
480a3064b0
commit
26b4d3d169
@ -1,5 +1,5 @@
|
||||
%{
|
||||
/* $NetBSD: gram.y,v 1.37 2012/03/12 02:58:55 dholland Exp $ */
|
||||
/* $NetBSD: gram.y,v 1.38 2013/08/11 10:37:08 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -1126,7 +1126,6 @@ setmachine(const char *mch, const char *mcharch, struct nvlist *mchsubarches,
|
||||
struct nvlist *nv;
|
||||
|
||||
if (isioconf) {
|
||||
fprintf(stderr, "WARNING: ioconf is an experimental feature\n");
|
||||
if (include(_PATH_DEVNULL, ENDDEFS, 0, 0) != 0)
|
||||
exit(1);
|
||||
ioconfname = mch;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sem.c,v 1.41 2012/03/11 21:16:08 dholland Exp $ */
|
||||
/* $NetBSD: sem.c,v 1.42 2013/08/11 10:37:08 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -1428,8 +1428,6 @@ addpseudoroot(const char *name)
|
||||
struct deva *iba;
|
||||
struct devbase *ib;
|
||||
|
||||
fprintf(stderr, "WARNING: pseudo-root is an experimental feature\n");
|
||||
|
||||
if (split(name, strlen(name), buf, sizeof(buf), &unit)) {
|
||||
cfgerror("invalid pseudo-root name `%s'", name);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user