mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix dofsync() declaration.
Pointed out by: dwmalone
This commit is contained in:
parent
7f6599fec6
commit
decbf84ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ static int deadq_remove(pid_t);
|
|||
static int decode(const char *, CODE *);
|
||||
static void die(int);
|
||||
static void dodie(int);
|
||||
static void dofsync();
|
||||
static void dofsync(void);
|
||||
static void domark(int);
|
||||
static void fprintlog(struct filed *, int, const char *);
|
||||
static int *socksetup(int, const char *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue