cvs commit: src/sys/kern kern_timeout.c

Gleb Smirnoff glebius at FreeBSD.org
Wed May 11 04:38:14 PDT 2005


glebius     2005-05-11 11:38:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_timeout.c 
  Log:
  MFC 1.94, 1.95 (cperciva):
  
    Make "c->c_func = NULL" conditional on the CALLOUT_LOCAL_ALLOC flag,
    i.e., only clear c->c_func if the callout c is being used via the old
    timeout(9) interface.
  
  Revision  Changes    Path
  1.91.2.3  +2 -2      src/sys/kern/kern_timeout.c


More information about the cvs-src mailing list