-CURRENT kernel build fails

Vincent Poy vincepoy at gmail.com
Wed Nov 3 10:20:32 PST 2004


On Wed, 3 Nov 2004 14:03:27 +0300, Gleb Smirnoff <glebius at freebsd.org> wrote:
> On Tue, Nov 02, 2004 at 09:20:01PM -0800, Vincent Poy wrote:
> V> On Tue, 2 Nov 2004 20:34:21 -0800, Vincent Poy <vincepoy at gmail.com> wrote:
> V> > In today's -CURRENT about 5:00PM -800, my GENERIC kernel build fails
> V> > at the following:
> V> I think it might be caused by this commit:
> 
> You are right. I believe attached patches will help. I've already sent
> them to maintainers of the code.
> 
> I'm very sorry.

Hi:

I just noticed the commits as follows:

Date:      Wed, 3 Nov 2004 18:00:49 +0000 (UTC)
From:      Maksim Yevmenkin <emax at FreeBSD.org>
Subject:   cvs commit: src/sys/netgraph/bluetooth/hci
ng_hci_main.cng_hci_misc.c ng_hci_var.h
src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c ng_l2cap_var.h

emax        2004-11-03 18:00:49 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph/bluetooth/hci ng_hci_main.c ng_hci_misc.c 
                               ng_hci_var.h 
    sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c ng_l2cap_var.h 
  Log:
  Fix kernel build (caused by recent ng_{un}timeout API change)
  
  Submitted by:   glebius
  
  Revision  Changes    Path
  1.5       +1 -1      src/sys/netgraph/bluetooth/hci/ng_hci_main.c
  1.8       +7 -7      src/sys/netgraph/bluetooth/hci/ng_hci_misc.c
  1.5       +2 -2      src/sys/netgraph/bluetooth/hci/ng_hci_var.h
  1.8       +11 -11    src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
  1.5       +2 -2      src/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h

I noticed that it didn't include the following patches you attached
earlier for the following files, are these still needed to fix the
kernel build?

src/sys/netgraph/atm/sscop/ng_sscop_cust.h
src/sys/netgraph/atm/uni/ng_uni_cust.h

Cheers,
Vince


More information about the freebsd-current mailing list