From 97af57388060392fb35871f19f1206393d0f76bd Mon Sep 17 00:00:00 2001 From: deischen Date: Mon, 27 Feb 2006 22:10:59 +0000 Subject: Staticize a couple of functions. Remove a few unused locks. Remove locks from application namespace. --- lib/libc/rpc/rpc_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/rpc/rpc_generic.c') diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c index 4baa633..a5168c4 100644 --- a/lib/libc/rpc/rpc_generic.c +++ b/lib/libc/rpc/rpc_generic.c @@ -63,6 +63,7 @@ __FBSDID("$FreeBSD$"); #include #include "un-namespace.h" #include "rpc_com.h" +#include "mt_misc.h" struct handle { NCONF_HANDLE *nhandle; @@ -236,7 +237,6 @@ __rpc_getconfip(nettype) struct netconfig *dummy; int main_thread; static thread_key_t tcp_key, udp_key; - extern mutex_t tsd_lock; if ((main_thread = thr_main())) { netid_udp = netid_udp_main; -- cgit v1.1