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.16-1.17 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/cdb4c1daa8e9
branches:  netbsd-1-6
changeset: 529862:cdb4c1daa8e9
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Jan 06 04:43:19 2003 +0000

description:
Pull up revisions 1.16-1.17 (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/pmap_clnt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b3efaa3a8eea -r cdb4c1daa8e9 lib/libc/rpc/pmap_clnt.c
--- a/lib/libc/rpc/pmap_clnt.c  Mon Jan 06 04:42:51 2003 +0000
+++ b/lib/libc/rpc/pmap_clnt.c  Mon Jan 06 04:43:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_clnt.c,v 1.16 2000/07/06 03:10:34 christos Exp $  */
+/*     $NetBSD: pmap_clnt.c,v 1.16.4.1 2003/01/06 04:43:19 jmc Exp $   */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
 static char *sccsid = "@(#)pmap_clnt.c 1.37 87/08/11 Copyr 1984 Sun Micro";
 static char *sccsid = "@(#)pmap_clnt.c 2.2 88/08/01 4.0 RPCSRC";
 #else
-__RCSID("$NetBSD: pmap_clnt.c,v 1.16 2000/07/06 03:10:34 christos Exp $");
+__RCSID("$NetBSD: pmap_clnt.c,v 1.16.4.1 2003/01/06 04:43:19 jmc Exp $");
 #endif
 #endif
 
@@ -58,7 +58,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "rpc_com.h"
+#include "rpc_internal.h"
 
 #ifdef __weak_alias
 __weak_alias(pmap_set,_pmap_set)



Home | Main Index | Thread Index | Old Index