cvs commit: src/sys/kern kern_timeout.c

Colin Percival cperciva at FreeBSD.org
Wed Jan 19 12:34:47 PST 2005


cperciva    2005-01-19 20:34:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  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.
  
  Requested by:   glebius
  
  Revision  Changes    Path
  1.94      +1 -1      src/sys/kern/kern_timeout.c


More information about the cvs-all mailing list