From owner-cvs-all Tue Sep 24 7:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9523937B401 for ; Tue, 24 Sep 2002 07:44:58 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC7F43E81 for ; Tue, 24 Sep 2002 07:44:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14780 invoked from network); 24 Sep 2002 14:45:13 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 24 Sep 2002 14:45:13 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8OEitBv084835; Tue, 24 Sep 2002 10:44:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923211121.GL7539@elvis.mu.org> Date: Tue, 24 Sep 2002 10:44:58 -0400 (EDT) From: John Baldwin To: Jon Mini Subject: Re: cvs commit: src/sys/compat/svr4 svr4_stream.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Jon Mini wrote: > John Baldwin [jhb@FreeBSD.org] wrote : > >> jhb 2002/09/23 14:05:41 PDT >> >> Modified files: >> sys/compat/svr4 svr4_stream.c >> Log: >> Ok, make this compile for real this time. recvfrom_args doesn't have a >> fromlen member, instead it has a fromlenaddr pointer member. Set it to >> NULL. >> >> Revision Changes Path >> 1.34 +1 -1 src/sys/compat/svr4/svr4_stream.c > > My apologies, John. I had thought the compat/svr4 stuff was compiled under > GENERIC, but apparantly not. =/ It's not. :-P LINT is your best bet for compiling lots and lots of code. For svr4, there is a modules dir you can build. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message