diff options
Diffstat (limited to 'usr.sbin/rtsold/if.c')
-rw-r--r-- | usr.sbin/rtsold/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/if.c b/usr.sbin/rtsold/if.c index 0ea3922..99a1b0e 100644 --- a/usr.sbin/rtsold/if.c +++ b/usr.sbin/rtsold/if.c @@ -1,4 +1,4 @@ -/* $KAME: if.c,v 1.26 2003/05/15 14:38:56 itojun Exp $ */ +/* $KAME: if.c,v 1.27 2003/10/05 00:09:36 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -67,7 +67,7 @@ static int get_llflag __P((const char *)); static void get_rtaddrs __P((int, struct sockaddr *, struct sockaddr **)); int -ifinit() +ifinit(void) { ifsock = rssock; |