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 f8275f7..6370ce1 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$");