Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2000 01:03:57 -0400
From:      Nat Lanza <magus@cs.cmu.edu>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        "'freebsd-stable@freebsd.org'" <freebsd-stable@FreeBSD.org>, Darren Reed <darrenr@reed.wattle.id.au>
Subject:   Re: FW: URGENT: FreeBSD-4 Testing.
Message-ID:  <uocwvihgzpe.fsf@evelake.pdl.cs.cmu.edu>
In-Reply-To: Kris Kennaway's message of "Wed, 19 Jul 2000 21:59:23 -0700 (PDT)"
References:  <Pine.BSF.4.21.0007192158440.63977-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway <kris@FreeBSD.org> writes:

> On 20 Jul 2000, Nat Lanza wrote:
> 
> > > It's still broke at the moment. 
> > > 
> > > ipf (the command) is still broken. 
> > 
> > The fix looks pretty simple, though. It looks like the makefile in
> > src/sbin/ipf just isn't including common.c in the SRCS line.
> 
> Patch committed. Let's see if anything else is still broken *sigh*

Looks like ipfstat has the exact same problem:

---- snip ----
--- sbin/ipfstat/Makefile.old   Thu Jul 20 01:01:40 2000
+++ sbin/ipfstat/Makefile       Thu Jul 20 01:01:48 2000
@@ -4,7 +4,7 @@
 
 PROG=  ipfstat
 MAN8=  ipfstat.8
-SRCS=  fils.c parse.c opt.c kmem.c facpri.c
+SRCS=  fils.c parse.c opt.c kmem.c facpri.c common.c
 CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
 
 MAINTAINER=    guido@freebsd.org
---- snip ----

FWIW, the -CURRENT versions (v1.5) of the ipf and ipfstat makefiles
have common.c added to them; I guess Darren just forgot to pull those
changes down.


--nat

-- 
nat lanza --------------------- research programmer, parallel data lab, cmu scs
magus@cs.cmu.edu -------------------------------- http://www.cs.cmu.edu/~magus/
there are no whole truths; all truths are half-truths -- alfred north whitehead


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?uocwvihgzpe.fsf>