Date: Wed, 26 Jan 2000 23:34:12 +0800 From: Peter Wemm <peter@netplex.com.au> To: bloom@acm.org Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Yoshinobu Inoue <shin@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net rcmd.c Message-ID: <20000126153413.049201C03@overcee.netplex.com.au> In-Reply-To: Message from Jim Bloom <bloom@acm.org> of "Wed, 26 Jan 2000 10:12:32 EST." <388F0EE0.D48D886D@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jim Bloom wrote:
> I got past rcmd.c with this fix installed. I'm waiting to see if I can
> get past usr.bin/kdump (reported on -current by Sergey Osokin) which was
> broken yesterday as well.
No, I'm testing a fix right now. If you've got a faster box than me, you might
like to try this:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/include/Makefile,v
retrieving revision 1.107
diff -u -r1.107 Makefile
--- include/Makefile 2000/01/25 09:24:20 1.107
+++ include/Makefile 2000/01/26 15:29:28
@@ -116,8 +116,15 @@
symlinks:
@${ECHO} "Setting up symlinks to kernel source tree..."
-.for i in ${LDIRS} ${LNOHEADERDIRS}
+.for i in ${LDIRS}
rm -rf ${DESTDIR}/usr/include/$i
+ ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
+.endfor
+.for i in ${LNOHEADERDIRS}
+ rm -rf ${DESTDIR}/usr/include/$i
+ mkdir ${DESTDIR}/usr/include/$i
+.endfor
+.for i in ${LSUBDIRS}
ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
.endfor
rm -rf ${DESTDIR}/usr/include/machine
I won't know for something like 2 hours at my build speed.
> Jim Bloom
> bloom@acm.org
>
>
> Sheldon Hearn wrote:
> >
> > On Wed, 26 Jan 2000 06:13:44 PST, Yoshinobu Inoue wrote:
> >
> > > Modified files:
> > > lib/libc/net rcmd.c
> > > Log:
> > > Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have b
een
> > > already removed.
> >
> > Do you know whether this unbreaks world?
> >
> > Ciao,
> > Sheldon.
>
>
>
Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000126153413.049201C03>
