DragonFly BSD
DragonFly commits List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys buf.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 Feb 2004 11:09:31 -0800 (PST)

dillon      2004/02/16 11:09:31 PST

DragonFly src repository

  Modified files:
    sys/sys              buf.h 
  Log:
  Make buftimetoken an extern so it is not declared as a common variable.
  Modules were compiling up with their own local copy of buftimetoken rather
  then linking against the kernel's buftimetoken, causing modules to crash.
  
  Reported-by: Adam K Kirchhoff <adamk@xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/sys/buf.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/buf.h.diff?r1=1.7&r2=1.8&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]