export-param-inclusion-conflicts-with-system-headers-20010706

sys/user.h errors when param.h included first
This commit is contained in:
Derrick Brashear 2001-07-06 05:19:54 +00:00
parent b6ab5aac2f
commit b9142278d0

View 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$");