cvs commit: src/sys/kern kern_event.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Jun 2 13:20:49 UTC 2006


pjd         2006-06-02 13:18:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an element
  which can be then used to find next element in the list.
  
  OK'ed by:       jmg
  
  Revision  Changes    Path
  1.100     +2 -2      src/sys/kern/kern_event.c


More information about the cvs-src mailing list