Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2005 20:34:46 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_timeout.c
Message-ID:  <200501192034.j0JKYkE9090426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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