Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2000 10:56:59 -0700
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Terry Lambert <terry@whistle.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: [Fwd: Killing slapd on FreeBSD 4.1]
Message-ID:  <20000815105658.A4854@fw.wintelcom.net>
In-Reply-To: <39997E08.E4DDBD5A@whistle.com>; from terry@whistle.com on Tue, Aug 15, 2000 at 10:29:44AM -0700
References:  <39997E08.E4DDBD5A@whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Terry Lambert <terry@whistle.com> [000815 10:39] wrote:
> Apparently, the threads library still hasn't been fixed?
> 
> Follow the link for the patch.

I'm testing the change now and I'll commit it soon.

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libc_r/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile	2000/08/07 16:51:55	1.27
+++ Makefile	2000/08/15 17:07:52
@@ -33,7 +33,7 @@
 	kevent.o listen.o \
 	msync.o nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \
 	recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
-	setsockopt.o shutdown.o sigaction.o sigaltstack.o \
+	setsockopt.o shutdown.o sigaction.o sigaltstack.o signal.o \
 	signanosleep.o sigpending.o sigprocmask.o sigreturn.o sigsetmask.o \
 	sigsuspend.o socket.o \
 	socketpair.o wait4.o write.o writev.o

thanks,
-Alfred


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000815105658.A4854>