Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libc/rpc Catch up to -current.



details:   https://anonhg.NetBSD.org/src/rev/0870e071c016
branches:  nathanw_sa
changeset: 506441:0870e071c016
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 12 14:59:20 2002 +0000

description:
Catch up to -current.

diffstat:

 lib/libc/rpc/svc_vc.c |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r f925f59f2959 -r 0870e071c016 lib/libc/rpc/svc_vc.c
--- a/lib/libc/rpc/svc_vc.c     Tue Nov 12 13:06:14 2002 +0000
+++ b/lib/libc/rpc/svc_vc.c     Tue Nov 12 14:59:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svc_vc.c,v 1.8.2.4 2002/11/11 22:22:49 nathanw Exp $   */
+/*     $NetBSD: svc_vc.c,v 1.8.2.5 2002/11/12 14:59:20 skrll Exp $     */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
 static char *sccsid = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
 static char *sccsid = "@(#)svc_tcp.c   2.2 88/08/01 4.0 RPCSRC";
 #else
-__RCSID("$NetBSD: svc_vc.c,v 1.8.2.4 2002/11/11 22:22:49 nathanw Exp $");
+__RCSID("$NetBSD: svc_vc.c,v 1.8.2.5 2002/11/12 14:59:20 skrll Exp $");
 #endif
 #endif
 
@@ -70,13 +70,16 @@
 #include <rpc/rpc.h>
 
 #include "rpc_internal.h"
-#include "rpc_internal.h"
 
 #ifdef __weak_alias
 __weak_alias(svc_fd_create,_svc_fd_create)
 __weak_alias(svc_vc_create,_svc_vc_create)
 #endif
 
+#ifdef _REENTRANT
+extern rwlock_t svc_fd_lock;
+#endif
+
 static SVCXPRT *makefd_xprt __P((int, u_int, u_int));
 static bool_t rendezvous_request __P((SVCXPRT *, struct rpc_msg *));
 static enum xprt_stat rendezvous_stat __P((SVCXPRT *));



Home | Main Index | Thread Index | Old Index