Fix dofsync() declaration.

Pointed out by:	dwmalone
This commit is contained in:
Colin Percival 2004-07-04 19:52:48 +00:00
parent 7f6599fec6
commit decbf84ef3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131591

View File

@ -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 *);