summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-03-26 00:35:23 +0000
committeralfred <alfred@FreeBSD.org>2001-03-26 00:35:23 +0000
commit2393aaf764db928c9e9ed90d0ce209e412f51daa (patch)
treeb277514a3b5febb70dd63d1b11b0189ef5d4b887 /include/rpc
parentc5d3e9426c2d9e3ce2e9e4810998acb695e27626 (diff)
downloadFreeBSD-src-2393aaf764db928c9e9ed90d0ce209e412f51daa.zip
FreeBSD-src-2393aaf764db928c9e9ed90d0ce209e412f51daa.tar.gz
fix: text following `#else' violates ANSI standard
Pointed out by: ${BDECFLAGS}
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/rpcb_prot.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/rpcb_prot.x b/include/rpc/rpcb_prot.x
index b1ab096..1d9ed1c 100644
--- a/include/rpc/rpcb_prot.x
+++ b/include/rpc/rpcb_prot.x
@@ -326,7 +326,7 @@ typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
%#ifdef __cplusplus
%extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
%
-%#else __STDC__
+%#else /* __STDC__ */
%extern bool_t xdr_netbuf(XDR *, struct netbuf *);
%
%#endif
OpenPOWER on IntegriCloud