summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/rpcb_stat.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/rpcb_stat.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/rpcb_stat.c')
-rw-r--r--usr.sbin/rpcbind/rpcb_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/rpcb_stat.c b/usr.sbin/rpcbind/rpcb_stat.c
index b10ed50..3061754 100644
--- a/usr.sbin/rpcbind/rpcb_stat.c
+++ b/usr.sbin/rpcbind/rpcb_stat.c
@@ -54,7 +54,7 @@
static rpcb_stat_byvers inf;
void
-rpcbs_init()
+rpcbs_init(void)
{
}
OpenPOWER on IntegriCloud