Kris Kennaway <[EMAIL PROTECTED]> 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= [EMAIL PROTECTED]
---- 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
[EMAIL PROTECTED] -------------------------------- http://www.cs.cmu.edu/~magus/
there are no whole truths; all truths are half-truths -- alfred north whitehead
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message