-CURRENT kernel build fails

Vincent Poy vincepoy at gmail.com
Tue Nov 2 21:20:03 PST 2004


On Tue, 2 Nov 2004 20:34:21 -0800, Vincent Poy <vincepoy at 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 at FreeBSD.org>
To:        src-committers at FreeBSD.org, cvs-src at FreeBSD.org, cvs-all at FreeBSD.org
Subject:   cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c
Message-ID:  <200411022124.iA2LOV80052715 at 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


More information about the freebsd-current mailing list