Make buftimetoken an extern so it is not declared as a common variable.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 16 Feb 2004 19:09:31 +0000 (19:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 16 Feb 2004 19:09:31 +0000 (19:09 +0000)
commit3b1fced4f2bab05fbe60982e128d54fc2250000e
tree9f8eb7d0488ecb6d2ee3f363ab5beb4e363dbef3
parentf72d3d239d75d80a70558b767c496d3658341504
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@voicenet.com>
sys/sys/buf.h