mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make __sF static. This can not be allowed to exist in 5.x.
This commit is contained in:
parent
700f053192
commit
c313cb2abf
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
|
|||
|
||||
static struct __sFILEX __sFX[3];
|
||||
|
||||
FILE __sF[3] = {
|
||||
static FILE __sF[3] = {
|
||||
std(__SRD, STDIN_FILENO),
|
||||
std(__SWR, STDOUT_FILENO),
|
||||
std(__SWR|__SNBF, STDERR_FILENO)
|
||||
|
|
|
|||
Loading…
Reference in a new issue