mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops, correct the weak reference (s/fclose/fcloseall).
Spotted by: Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net)
This commit is contained in:
parent
1aaee95a1d
commit
babd660805
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include "local.h"
|
||||
|
||||
__weak_reference(__fcloseall, fclose);
|
||||
__weak_reference(__fcloseall, fcloseall);
|
||||
|
||||
void
|
||||
__fcloseall(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue