From: Derrick Brashear Date: Fri, 6 Jul 2001 05:19:54 +0000 (+0000) Subject: export-param-inclusion-conflicts-with-system-headers-20010706 X-Git-Tag: openafs-stable-1_1_0~44 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b9142278d025369c9fd111888dd43673db1de69b;p=packages%2Fo%2Fopenafs.git export-param-inclusion-conflicts-with-system-headers-20010706 sys/user.h errors when param.h included first --- diff --git a/src/export/export.c b/src/export/export.c index f8275f789..6370ce18d 100644 --- a/src/export/export.c +++ b/src/export/export.c @@ -11,7 +11,8 @@ * export - EXPORT kernel extension */ -#include +/* Unsafe: conflicts with _KERNEL inclusion of headers below */ +/* #include */ #include RCSID("$Header$");