Disallow multiple 'machine' directives in a kernel configuration
file. Reviewed by: ru, bde
This commit is contained in:
parent
a22ce8bd4c
commit
cd89ce75a1
@ -126,6 +126,9 @@ Spec:
|
||||
Config_spec:
|
||||
ARCH Save_id
|
||||
= {
|
||||
if (machinename != NULL)
|
||||
errx(1, "%s:%d: only one machine directive is allowed",
|
||||
yyfile, yyline);
|
||||
machinename = $2;
|
||||
} |
|
||||
CPU Save_id
|
||||
|
Loading…
Reference in New Issue
Block a user