Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/rpc Fix !INET6 build. Noted by Bruno Clermont on te...
details: https://anonhg.NetBSD.org/src/rev/f0ccd6e453b6
branches: trunk
changeset: 515514:f0ccd6e453b6
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Sep 27 18:59:37 2001 +0000
description:
Fix !INET6 build. Noted by Bruno Clermont on tech-userlevel@
diffstat:
lib/libc/rpc/rpcb_clnt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d03adc9ab1fb -r f0ccd6e453b6 lib/libc/rpc/rpcb_clnt.c
--- a/lib/libc/rpc/rpcb_clnt.c Thu Sep 27 18:43:37 2001 +0000
+++ b/lib/libc/rpc/rpcb_clnt.c Thu Sep 27 18:59:37 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpcb_clnt.c,v 1.8 2001/01/04 14:42:20 lukem Exp $ */
+/* $NetBSD: rpcb_clnt.c,v 1.9 2001/09/27 18:59:37 jdolecek Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -487,7 +487,7 @@
#ifdef INET6
if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
#else
- if (
+ if ((
#endif
strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
(nconf->nc_semantics == NC_TPI_COTS ||
Home |
Main Index |
Thread Index |
Old Index