summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/util.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-07-14 07:28:49 +0000
committerdelphij <delphij@FreeBSD.org>2011-07-14 07:28:49 +0000
commit08977644564422926996940a88e15ba0f088002b (patch)
treea0732efc2864f257f424325fcf737bef98ce8faa /usr.sbin/rpcbind/util.c
parent709d0ff0d04d4843076bccfd3420d51f41663dfd (diff)
downloadFreeBSD-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.c2
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;
OpenPOWER on IntegriCloud