export-dont-include-afsconfig-to-avoid-conflicts-20011024
authorHartmut Reuter <reuter@rzg.mpg.de>
Wed, 24 Oct 2001 16:56:00 +0000 (16:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 24 Oct 2001 16:56:00 +0000 (16:56 +0000)
ncluding afsconfig results in conflicts on some systems due to _KERNEL

src/export/export.c

index 6370ce1..98d7b6d 100644 (file)
@@ -13,9 +13,8 @@
 
 /* Unsafe: conflicts with _KERNEL inclusion of headers below */
 /* #include <afs/param.h> */
-#include <afsconfig.h>
-
-RCSID("$Header$");
+/* #include <afsconfig.h> */
+/* RCSID("$Header$"); */
 
 #define _KERNEL
 #include "sys/types.h"