Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2004 21:20:01 -0800
From:      Vincent Poy <vincepoy@gmail.com>
To:        freebsd-current@freebsd.org, Gleb Smirnoff <glebius@FreeBSD.org>
Subject:   Re: -CURRENT kernel build fails
Message-ID:  <429af92e0411022120361dfee7@mail.gmail.com>
In-Reply-To: <429af92e0411022034133d9c1a@mail.gmail.com>
References:  <429af92e0411022034133d9c1a@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Nov 2004 20:34:21 -0800, Vincent Poy <vincepoy@gmail.com> wrote:
> In today's -CURRENT about 5:00PM -800, my GENERIC kernel build fails
> at the following:
> 
> /usr/src/sys/modules/netgraph/atm/sscop/../../../../contrib/ngatm/netnatm/saal/saal_sscop.c:4302:
> error: too few arguments to function `ng_timeout'
> /usr/src/sys/modules/netgraph/atm/sscop/../../../../contrib/ngatm/netnatm/saal/saal_sscop.c:4302:
> error: incompatible types in assignment
> *** Error code 1
> 
> Stop in /usr/src/sys/modules/netgraph/atm/sscop.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules/netgraph/atm.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules/netgraph.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules.
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/BIGBANG.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.

I think it might be caused by this commit:

Date:      Tue, 2 Nov 2004 21:24:31 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c
Message-ID:  <200411022124.iA2LOV80052715@repoman.freebsd.org>

glebius     2004-11-02 21:24:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         netgraph.h ng_base.c ng_source.c 
  Log:
  - Make ng_timeout() to use callout() interface instead of timeout().
  - Remove callout-hacking from ng_untimeout().
  
  Approved by:    julian (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.45      +4 -3      src/sys/netgraph/netgraph.h
  1.85      +17 -19    src/sys/netgraph/ng_base.c
  1.20      +7 -8      src/sys/netgraph/ng_source.c


Cheers,
Vince



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