From: Hartmut Reuter Date: Wed, 24 Oct 2001 16:56:00 +0000 (+0000) Subject: export-dont-include-afsconfig-to-avoid-conflicts-20011024 X-Git-Tag: openafs-devel-1_3_0~171 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fbb1d7edf8edd68cc491c1812599517a3253b360;p=packages%2Fo%2Fopenafs.git export-dont-include-afsconfig-to-avoid-conflicts-20011024 ncluding afsconfig results in conflicts on some systems due to _KERNEL --- diff --git a/src/export/export.c b/src/export/export.c index 6370ce18d..98d7b6dbf 100644 --- a/src/export/export.c +++ b/src/export/export.c @@ -13,9 +13,8 @@ /* Unsafe: conflicts with _KERNEL inclusion of headers below */ /* #include */ -#include - -RCSID("$Header$"); +/* #include */ +/* RCSID("$Header$"); */ #define _KERNEL #include "sys/types.h"