]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
export-param-inclusion-conflicts-with-system-headers-20010706
authorDerrick Brashear <shadow@dementia.org>
Fri, 6 Jul 2001 05:19:54 +0000 (05:19 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 6 Jul 2001 05:19:54 +0000 (05:19 +0000)
sys/user.h errors when param.h included first

src/export/export.c

index f8275f7899fe8fdb9d0fb5dc83bcec1258482e57..6370ce18d086584281b9275298434372ca51f560 100644 (file)
@@ -11,7 +11,8 @@
  * export -    EXPORT kernel extension
  */
 
-#include <afs/param.h>
+/* Unsafe: conflicts with _KERNEL inclusion of headers below */
+/* #include <afs/param.h> */
 #include <afsconfig.h>
 
 RCSID("$Header$");