diff --git a/include/rpc/rpcb_prot.x b/include/rpc/rpcb_prot.x index b1ab096b40b0..1d9ed1ce230e 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