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, VinceReceived on Wed Nov 03 2004 - 04:20:03 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:20 UTC