Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2009 10:22:46 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_event.c
Message-ID:  <200909281023.n8SAN6tY062439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2009-09-28 10:22:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  SVN rev 197575 on 2009-09-28 10:22:46Z by delphij
  
  Use correct sizeof() object for klist 'list'.  Currently, struct klist
  contained only SLIST_HEAD as its member, thus sizeof(struct klist) would
  equal to sizeof(struct klist *), so this change makes the code more
  correct in terms of semantics, but should be a no-op to compiler at this
  time.
  
  Reported by:    MQ <antinvidia at gmail com>
  
  Revision  Changes    Path
  1.135     +4 -4      src/sys/kern/kern_event.c



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