]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 6370ce18d086584281b9275298434372ca51f560..98d7b6dbf5107fa6130e11245acb8a7098f3098f 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"