mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
MFV r359393: tcsh: import 6974bc35a5cd
This removes an extra variable definition that causes the -fno-common build to fail, which will be a new default in GCC10/LLVM11. MFC after: 3 days
This commit is contained in:
commit
688f58d2da
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
|
|||
int phup_disabled; /* = 0; */
|
||||
int pchild_disabled; /* = 0; */
|
||||
int pintr_disabled; /* = 0; */
|
||||
int handle_interrupt; /* = 0; */
|
||||
|
||||
int
|
||||
handle_pending_signals(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue