mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Fix parsing SYSV/GNU "include"
This commit is contained in:
parent
76da55f6bc
commit
fa19ca391b
1 changed files with 1 additions and 0 deletions
|
|
@ -2439,6 +2439,7 @@ Parse_File(name, stream)
|
|||
}
|
||||
#ifdef SYSVINCLUDE
|
||||
} else if (strncmp (line, "include", 7) == 0 &&
|
||||
isspace(line[7]) &&
|
||||
strchr(line, ':') == NULL) {
|
||||
/*
|
||||
* It's an S3/S5-style "include".
|
||||
|
|
|
|||
Loading…
Reference in a new issue