diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-05 15:29:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-05 15:29:29 +0000 |
commit | b24d2058bf434bf794f0f37c86db10369602d8f1 (patch) | |
tree | b36fc949196f877f8e1832278b1c11cd87e2cf6f /usr.sbin/rtsold/if.c | |
parent | 4305217087eb67458548b92ad1c06d2ceb930f41 (diff) |
ansi
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 6b864a02995..7456c330ed7 100644 --- a/usr.sbin/rtsold/if.c +++ b/usr.sbin/rtsold/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.16 2003/05/15 14:40:53 itojun Exp $ */ +/* $OpenBSD: if.c,v 1.17 2003/10/05 15:29:28 deraadt Exp $ */ /* $KAME: if.c,v 1.18 2002/05/31 10:10:03 itojun Exp $ */ /* @@ -67,7 +67,7 @@ static int get_llflag(const char *); static void get_rtaddrs(int, struct sockaddr *, struct sockaddr **); int -ifinit() +ifinit(void) { ifsock = rssock; |