From owner-freebsd-stable Thu Nov 7 14:19:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128BC37B401 for ; Thu, 7 Nov 2002 14:19:18 -0800 (PST) Received: from open.nlnetlabs.nl (open.nlnetlabs.nl [213.53.69.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCC743E88 for ; Thu, 7 Nov 2002 14:19:13 -0800 (PST) (envelope-from ted@open.nlnetlabs.nl) Received: from open.nlnetlabs.nl (localhost.nlnetlabs.nl [127.0.0.1]) by open.nlnetlabs.nl (8.12.5/8.12.5) with ESMTP id gA7MJB3Y006782; Thu, 7 Nov 2002 23:19:11 +0100 (CET) (envelope-from ted@open.nlnetlabs.nl) Received: (from ted@localhost) by open.nlnetlabs.nl (8.12.5/8.12.5/Submit) id gA7MJAXu006781; Thu, 7 Nov 2002 23:19:10 +0100 (CET) Message-Id: <200211072219.gA7MJAXu006781@open.nlnetlabs.nl> From: ted@tednet.nl (Ted Lindgreen) Date: Thu, 7 Nov 2002 23:19:10 +0100 In-Reply-To: "Max Khon's message as of Nov 7, 18:13" Reply-To: Ted.Lindgreen@tednet.nl X-Organization: TedNet BV X-Address: Omval 56, 1096HV Amsterdam, The Netherlands X-Phone: +31 20 6631060 Fax: +31 20 4684462 X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Max Khon , ted@sanne.nlnetlabs.nl Subject: Re: C Library problem stable on Alpha Cc: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Quoting Max Khon, on Nov 7, 18:13, in "C Library problem st ..."] > hi, there! > > Sorry, I have lost an original message. > Can you try the following patch in src/lib/libc_r? > > --- Makefile.orig Thu Nov 7 23:02:47 2002 > +++ Makefile Thu Nov 7 23:03:07 2002 > @@ -33,7 +33,7 @@ > kevent.o listen.o \ > msync.o nanosleep.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 \ > + setsockopt.o shutdown.o sigaction.o sigaltstack.o \ > sigpending.o sigprocmask.o \ > sigsuspend.o socket.o \ > socketpair.o wait4.o write.o writev.o Yes, that fixes the problem! Thanks, -- ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message