diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 19:47:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 19:47:11 +0000 |
commit | 7a14bc5682258d5115d7b31007e360bed6a6e64c (patch) | |
tree | 51f9456e5d30d3776b1afcf96fde1858fb0d85c6 /usr.sbin/rip6query | |
parent | 5c9e03e42bdf196412f7cdad89ef38833f6cdf37 (diff) |
strict proto cleanups
Diffstat (limited to 'usr.sbin/rip6query')
-rw-r--r-- | usr.sbin/rip6query/rip6query.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/rip6query/rip6query.c b/usr.sbin/rip6query/rip6query.c index 53f34bff0b9..98baa66cd9a 100644 --- a/usr.sbin/rip6query/rip6query.c +++ b/usr.sbin/rip6query/rip6query.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rip6query.c,v 1.10 2003/04/15 07:22:45 itojun Exp $ */ +/* $OpenBSD: rip6query.c,v 1.11 2003/06/26 19:47:10 deraadt Exp $ */ /* $KAME: rip6query.c,v 1.17 2002/09/08 01:35:17 itojun Exp $ */ /* @@ -70,9 +70,7 @@ static const char *sa_n2a(struct sockaddr *); static const char *inet6_n2a(struct in6_addr *); int -main(argc, argv) - int argc; - char **argv; +main(int argc, char *argv[]) { struct netinfo6 *np; struct sockaddr_in6 fsock; |