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

Gleb Smirnoff glebius at FreeBSD.org
Wed Dec 1 03:56:33 PST 2004


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


More information about the cvs-src mailing list