Subject: Re: Problem recompiling ipf from userland
To: Alex Haug <hauguela@gmail.com>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-install
Date: 09/23/2005 03:24:02
On Fri, 23 Sep 2005, Alex Haug wrote:
> #   compile  ipftest/ip_fil.o
> /usr/src/sys/netinet/ip_fil.c: In function `iplioctl':
> /usr/src/sys/netinet/ip_fil.c:407: error: too many arguments to
> function `frsync'
> /usr/src/sys/netinet/ip_fil.c: In function `frsync':
> /usr/src/sys/netinet/ip_fil.c:758: error: number of arguments doesn't
> match prototype
> /usr/src/sys/netinet/ip_fil.h:1254: error: prototype declaration
...
> Does anyone has some ideas why ipf doesnt want to compile?

Because in your sources, frsync is called with too many arguments and they 
don't match the prototype. Your sources are probably out of sync, and 
without knowing what EXACT sources you have, this can't be helped.


  - Hubert