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.19-1.20 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/0cdc2dc4fcd2
branches:  netbsd-1-6
changeset: 529860:0cdc2dc4fcd2
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Jan 06 04:42:33 2003 +0000

description:
Pull up revisions 1.19-1.20 (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/clnt_generic.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd4e98f343d0 -r 0cdc2dc4fcd2 lib/libc/rpc/clnt_generic.c
--- a/lib/libc/rpc/clnt_generic.c       Mon Jan 06 04:42:15 2003 +0000
+++ b/lib/libc/rpc/clnt_generic.c       Mon Jan 06 04:42:33 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_generic.c,v 1.19 2001/01/04 14:42:18 lukem Exp $  */
+/*     $NetBSD: clnt_generic.c,v 1.19.4.1 2003/01/06 04:42:33 jmc Exp $        */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -54,7 +54,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include "rpc_com.h"
+#include "rpc_internal.h"
 
 #ifdef __weak_alias
 __weak_alias(clnt_create_vers,_clnt_create_vers)



Home | Main Index | Thread Index | Old Index