Subject: Re: build -current fails
To: None <current-users@netbsd.org>
From: Ja'far Railton <ibn.richard@gmail.com>
List: current-users
Date: 07/06/2007 04:18:03
On Thu, Jul 05, 2007 at 09:00:08PM +0000, Christos Zoulas wrote:
> In article <20070705175836.GA27077@think.makhraj.net>,
> Ja'far Railton <ibn.richard@gmail.com> wrote:
> >
> >Hello 
> >
> >I've had no luck building -current currently.
> >
> >Here is the error:
> >
> 
> Are you sure you have hostapd_cli.c:1.2?
> 
> RCS file: /cvsroot/src/dist/hostapd/hostapd_cli.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- hostapd_cli.c       12 Apr 2006 15:20:26 -0000      1.1
> +++ hostapd_cli.c       9 Nov 2006 20:12:29 -0000       1.2
> @@ -432,7 +432,7 @@
>  
>  static void hostapd_cli_interactive(void)
>  {
> -       const int max_args = 10;
> +#define max_args 10
>         char cmd[256], *res, *argv[max_args], *pos;
>         int argc;
>  
> 
> christos

Hi christos

Well no, I didn't have it and I don't seem to get it when I do a cvs up
-dP - why would that be, I wonder?

Anyway, I patched it and the build seems to be proceeding OK.  Thanks.

  -jr