From owner-cvs-all Wed Jan 26 7:34:34 2000 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id CC69114F3E; Wed, 26 Jan 2000 07:34:15 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 049201C03; Wed, 26 Jan 2000 23:34:13 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: bloom@acm.org Cc: Sheldon Hearn , Yoshinobu Inoue , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net rcmd.c In-Reply-To: Message from Jim Bloom of "Wed, 26 Jan 2000 10:12:32 EST." <388F0EE0.D48D886D@acm.org> Date: Wed, 26 Jan 2000 23:34:12 +0800 From: Peter Wemm Message-Id: <20000126153413.049201C03@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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