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