mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build from errors exposed with recent version_gen.awk commit.
Not quite sure if this is 100% correct: awaiting review. But quieten tinderbox in the meantime.
This commit is contained in:
parent
5a4eb2d84b
commit
b3ab87d8bf
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ FBSD_1.0 {
|
|||
ntohs;
|
||||
brk;
|
||||
exect;
|
||||
pipe;
|
||||
sbrk;
|
||||
vfork;
|
||||
};
|
||||
|
|
@ -52,7 +51,7 @@ FBSDprivate_1.0 {
|
|||
__longjmp;
|
||||
signalcontext;
|
||||
__signalcontext;
|
||||
__syncicache;;
|
||||
__syncicache;
|
||||
_end;
|
||||
.curbrk;
|
||||
.minbrk;
|
||||
|
|
|
|||
Loading…
Reference in a new issue