PERFORCE change 108134 for review
Robert Watson
rwatson at FreeBSD.org
Thu Oct 19 17:06:21 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=108134
Change 108134 by rwatson at rwatson_zoo on 2006/10/19 23:59:26
Replace incorrect version check with an imperfect one.
Affected files ...
.. //depot/projects/trustedbsd/priv6/src/sys/dev/drm/drmP.h#4 edit
Differences ...
==== //depot/projects/trustedbsd/priv6/src/sys/dev/drm/drmP.h#4 (text+ko) ====
@@ -50,7 +50,7 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/stat.h>
-#if __FreeBSD_version >= 700000
+#if __FreeBSD_version >= 600000
#include <sys/priv.h>
#endif
#include <sys/proc.h>
More information about the trustedbsd-cvs
mailing list