mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fix dofsync() declaration.
Pointed out by: dwmalone
This commit is contained in:
parent
7f6599fec6
commit
decbf84ef3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131591
@ -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 New Issue
Block a user