Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/rpc #ifdef __STDC__ -> #if __STDC__.
details: https://anonhg.NetBSD.org/src/rev/7f64da13397e
branches: trunk
changeset: 513579:7f64da13397e
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Aug 04 07:08:55 2001 +0000
description:
#ifdef __STDC__ -> #if __STDC__.
diffstat:
include/rpc/rpcb_prot.x | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 62f68a5eeb95 -r 7f64da13397e include/rpc/rpcb_prot.x
--- a/include/rpc/rpcb_prot.x Sat Aug 04 04:28:49 2001 +0000
+++ b/include/rpc/rpcb_prot.x Sat Aug 04 07:08:55 2001 +0000
@@ -168,7 +168,7 @@
%#ifdef __cplusplus
%extern "C" {
%#endif
-%#ifdef __STDC__
+%#if __STDC__
%extern bool_t xdr_rpcblist(XDR *, rpcblist**);
%#else /* K&R C */
%bool_t xdr_rpcblist();
Home |
Main Index |
Thread Index |
Old Index