diff options
author | delphij <delphij@FreeBSD.org> | 2011-07-14 07:28:49 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-07-14 07:28:49 +0000 |
commit | 08977644564422926996940a88e15ba0f088002b (patch) | |
tree | a0732efc2864f257f424325fcf737bef98ce8faa /usr.sbin/rpcbind/util.c | |
parent | 709d0ff0d04d4843076bccfd3420d51f41663dfd (diff) | |
download | FreeBSD-src-08977644564422926996940a88e15ba0f088002b.zip FreeBSD-src-08977644564422926996940a88e15ba0f088002b.tar.gz |
Use prototype. While I'm there, add a pair of parenthesis to mark an if
statment's border.
MFC after: 1 month
Diffstat (limited to 'usr.sbin/rpcbind/util.c')
-rw-r--r-- | usr.sbin/rpcbind/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/util.c b/usr.sbin/rpcbind/util.c index 6c41253..16e6f70 100644 --- a/usr.sbin/rpcbind/util.c +++ b/usr.sbin/rpcbind/util.c @@ -283,7 +283,7 @@ freeit: } void -network_init() +network_init(void) { #ifdef INET6 struct ifaddrs *ifap, *ifp; |