summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-12-15 00:07:37 +0000
committerpeter <peter@FreeBSD.org>2001-12-15 00:07:37 +0000
commit51a3c73ffeec832a2014a756a6ffa758eea70b21 (patch)
tree3b902a579d6d717026f92365327e8ea2c84ab088 /lib
parent0c1bfda97435eb852eb0df002eb7a86cc1fd4c88 (diff)
downloadFreeBSD-src-51a3c73ffeec832a2014a756a6ffa758eea70b21.zip
FreeBSD-src-51a3c73ffeec832a2014a756a6ffa758eea70b21.tar.gz
clnt_bcast.c:420:33: warning: extra tokens at end of #endif directive
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/rpc/clnt_bcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c
index f6f8641..e2173464 100644
--- a/lib/libc/rpc/clnt_bcast.c
+++ b/lib/libc/rpc/clnt_bcast.c
@@ -417,7 +417,7 @@ rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
outlen_pmap = xdr_getpos(xdrs);
xdr_destroy(xdrs);
}
-#endif PORTMAP
+#endif /* PORTMAP */
/*
* Basic loop: broadcast the packets to transports which
OpenPOWER on IntegriCloud