summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2001-08-04 07:08:55 +0000
committermrg <mrg@NetBSD.org>2001-08-04 07:08:55 +0000
commit140ad8e524c739f3c451c988c8f7f1f5ab7ee884 (patch)
treef046889d06603ee12e5825eaa8d3edea8b91f2c0 /include
parentbe706f969f7e4e079f2fc9c5c6e7dbf80b0c211b (diff)
#ifdef __STDC__ -> #if __STDC__.
Diffstat (limited to 'include')
-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 486676b84c6..74513fed7a1 100644
--- a/include/rpc/rpcb_prot.x
+++ b/include/rpc/rpcb_prot.x
@@ -168,7 +168,7 @@ typedef rp__list *rpcblist_ptr; /* results of RPCBPROC_DUMP */
%#ifdef __cplusplus
%extern "C" {
%#endif
-%#ifdef __STDC__
+%#if __STDC__
%extern bool_t xdr_rpcblist(XDR *, rpcblist**);
%#else /* K&R C */
%bool_t xdr_rpcblist();