Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libc/rpc Pull up revisions 1.11-1.12 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/b19ce220ff9e
branches: netbsd-1-6
changeset: 529865:b19ce220ff9e
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Jan 06 04:44:08 2003 +0000
description:
Pull up revisions 1.11-1.12 (requested by fvdl in ticket #1037)
* Adapt include files for rpc_com.h/rpc_internal.h split.
* Implement non-blocking connections.
* Add rpc_control to svc.c
diffstat:
lib/libc/rpc/rpcb_clnt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3dea2284fa8c -r b19ce220ff9e lib/libc/rpc/rpcb_clnt.c
--- a/lib/libc/rpc/rpcb_clnt.c Mon Jan 06 04:43:52 2003 +0000
+++ b/lib/libc/rpc/rpcb_clnt.c Mon Jan 06 04:44:08 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpcb_clnt.c,v 1.10.2.1 2002/12/07 22:30:16 he Exp $ */
+/* $NetBSD: rpcb_clnt.c,v 1.10.2.2 2003/01/06 04:44:08 jmc Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -71,7 +71,7 @@
#include <syslog.h>
#include <unistd.h>
-#include "rpc_com.h"
+#include "rpc_internal.h"
#ifdef __weak_alias
__weak_alias(rpcb_set,_rpcb_set)
Home |
Main Index |
Thread Index |
Old Index