git: includes - Shift inclusion of sys/event.h from sys/file.h

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 25 15:42:59 PST 2010


commit 442e7c7667f3cf6e373be0d337bd0bc2936796c4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jan 25 15:39:37 2010 -0800

    includes - Shift inclusion of sys/event.h from sys/file.h
    
    * sys/file.h was including sys/event.h for struct klist, but
      only the kernle needs it.  Shift the inclusion from outside
      to inside the _KERNEL conditional.
    
    * Should fix the pkgsrc build of databases/db4 and databases/db46.
    
    Reported-by: Goetz Isenmann <g.isenmann at science-computing.de>

Summary of changes:
 sys/sys/file.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/442e7c7667f3cf6e373be0d337bd0bc2936796c4


-- 
DragonFly BSD source repository





More information about the Commits mailing list