mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The header glue.h should provide just a declaration for the variable
__sglue, not a definition. PR: 80378 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
This commit is contained in:
parent
d928d41c84
commit
c29f424e01
1 changed files with 2 additions and 1 deletions
|
|
@ -45,4 +45,5 @@ struct glue {
|
|||
struct glue *next;
|
||||
int niobs;
|
||||
FILE *iobs;
|
||||
} __sglue;
|
||||
};
|
||||
extern struct glue __sglue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue