diff options
| author | mrg <mrg@NetBSD.org> | 2001-08-04 07:08:55 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2001-08-04 07:08:55 +0000 |
| commit | 140ad8e524c739f3c451c988c8f7f1f5ab7ee884 (patch) | |
| tree | f046889d06603ee12e5825eaa8d3edea8b91f2c0 /include | |
| parent | be706f969f7e4e079f2fc9c5c6e7dbf80b0c211b (diff) | |
#ifdef __STDC__ -> #if __STDC__.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/rpcb_prot.x | 2 |
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(); |
