From owner-freebsd-current Wed Oct 29 17:00:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00349 for current-outgoing; Wed, 29 Oct 1997 17:00:45 -0800 (PST) (envelope-from owner-freebsd-current) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00344 for ; Wed, 29 Oct 1997 17:00:42 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA20057; Wed, 29 Oct 1997 16:50:43 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd020055; Thu Oct 30 00:50:36 1997 Date: Wed, 29 Oct 1997 16:48:55 -0800 (PST) From: Julian Elischer To: Binaries Commands and Source cc: current@FreeBSD.ORG Subject: Re: LINT in -current doesn't compile In-Reply-To: <199710292202.XAA02014@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fixed a few hours after being broken.. 1/ remove the 2nd arg, or 2/ grab a new copy of that file.. julian On Wed, 29 Oct 1997, Binaries Commands and Source wrote: > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include -DSPX_HACK -DSIMPLELOCK_DEBUG -DSI_DEBUG -DSCSI_2_DEF -DNPX_DEBUG -DLOCKF_DEBUG -DEXT2FS -DDEBUG -DCLUSTERDEBUG -DBOOTP_COMPAT -DBOOTP_NFSV3 -DBOOTP_NFSROOT -DBOOTP -DPOWERFAIL_NMI -DNATM -DLINT_PCCARD_HACK -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMFS_AUTOLOAD -DMFS_ROOT=10 -DDEVFS -DMSDOSFS -DLFS -DNQNFS -DNFS -DFFS -DIPDIVERT -DTCP_COMPAT_42 -DNETATALK -DIPTUNNEL -DIPXIP -DIPX -DINET -DDIAGNOSTIC -DMD5 -DCOMPAT_43 -DFAILSAFE -DKERNEL -include opt_global.h ../../net/if_fddisubr.c > ../../net/if_fddisubr.c: In function `fddi_output': > ../../net/if_fddisubr.c:230: too many arguments to function `at_ifawithnet' > *** Error code 1 > > Stop. >