Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 11:56:32 +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_cisco.c ng_source.c src/sys/netgraph/atm/sscop ng_sscop_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c
Message-ID:  <200412011156.iB1BuW4Y078555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2004-12-01 11:56:32 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         netgraph.h ng_base.c ng_cisco.c 
                         ng_source.c 
    sys/netgraph/atm/sscop ng_sscop_cust.h 
    sys/netgraph/atm/uni ng_uni_cust.h 
    sys/netgraph/bluetooth/hci ng_hci_misc.c 
    sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c 
  Log:
  Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.
  This is done to keep both versions in RELENG_5 and support both APIs.
  
  Reviewed by:    scottl
  Approved by:    julian (mentor), implicitly
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/netgraph/atm/sscop/ng_sscop_cust.h
  1.4       +2 -2      src/sys/netgraph/atm/uni/ng_uni_cust.h
  1.9       +6 -6      src/sys/netgraph/bluetooth/hci/ng_hci_misc.c
  1.9       +9 -9      src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
  1.46      +2 -2      src/sys/netgraph/netgraph.h
  1.87      +5 -5      src/sys/netgraph/ng_base.c
  1.26      +3 -3      src/sys/netgraph/ng_cisco.c
  1.21      +4 -4      src/sys/netgraph/ng_source.c



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