diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
commit | ed654e801ef216f3f614e23c0a18c6fb3de68856 (patch) | |
tree | 10793c70506c0de761999cde488378bfa61ff4c1 /usr.sbin/rtsold/rtsold.c | |
parent | e81fedf11966b1319ff9cc32a21757dc59a0485c (diff) |
rtsold(8); router solicitation daemon.
rtsol(8); router solicitation program, for use in bootstrap process
(statically linked)
rcsid police. add missing prototypes.
(sync with KAME)
Diffstat (limited to 'usr.sbin/rtsold/rtsold.c')
-rw-r--r-- | usr.sbin/rtsold/rtsold.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index 214e629bff3..5ce7e12e359 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rtsold.c,v 1.2 1999/12/09 15:10:49 itojun Exp $ */ + /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. @@ -90,7 +92,7 @@ static void TIMEVAL_ADD __P((struct timeval *a, struct timeval *b, static void TIMEVAL_SUB __P((struct timeval *a, struct timeval *b, struct timeval *result)); -static void rtsold_set_dump_file __P(()); +static void rtsold_set_dump_file __P((void)); static void usage __P((char *progname)); int |