Date: Thu, 7 Nov 2002 23:12:27 +0600 From: Max Khon <fjoe@iclub.nsu.ru> To: ted@sanne.nlnetlabs.nl Cc: freebsd-stable@freebsd.org Subject: C Library problem stable on Alpha Message-ID: <20021107231227.A43848@iclub.nsu.ru>
next in thread | raw e-mail | index | archive | help
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 /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021107231227.A43848>