From owner-cvs-all Tue Sep 24 9: 8:32 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 2D8A937B401; Tue, 24 Sep 2002 09:08:31 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B135343E81; Tue, 24 Sep 2002 09:08:30 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 86FA2AE2BE; Tue, 24 Sep 2002 09:08:30 -0700 (PDT) Date: Tue, 24 Sep 2002 09:08:30 -0700 From: Alfred Perlstein To: John Baldwin Cc: Jon Mini , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/svr4 svr4_stream.c Message-ID: <20020924160830.GA95327@elvis.mu.org> References: <20020923211121.GL7539@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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 * John Baldwin [020924 07:45] wrote: > > 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. That's the evil though, since it's a module it wouldn't complain about unresolved symbols until he tried to link it. Your first suggestion, LINT, really is the best way to ensure the build. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message