diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/ipfilter/ipmon.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.0.0
'RELENG_3_0_0_RELEASE'.
Diffstat (limited to 'contrib/ipfilter/ipmon.c')
| -rw-r--r-- | contrib/ipfilter/ipmon.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/ipfilter/ipmon.c b/contrib/ipfilter/ipmon.c index aed6a8206d86..aea7f2075689 100644 --- a/contrib/ipfilter/ipmon.c +++ b/contrib/ipfilter/ipmon.c @@ -94,7 +94,7 @@ static FILE *newlog = NULL; static char *logfile = NULL; static int donehup = 0; static void usage __P((char *)); -static void handlehup __P((int)); +static void handlehup __P((void)); static void flushlogs __P((char *, FILE *)); static void print_log __P((int, FILE *, char *, int)); static void print_ipflog __P((FILE *, char *, int)); @@ -126,8 +126,7 @@ static void logopts __P((int, char *)); #endif -static void handlehup(sig) -int sig; +static void handlehup() { FILE *fp; |
