From: Hartmut Reuter Date: Wed, 26 Dec 2001 20:17:52 +0000 (+0000) Subject: STABLE12-export-dont-include-afsconfig-to-avoid-conflicts-20011226 X-Git-Tag: openafs-stable-1_2_3~82 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8b6811ed9cd6a901f912918fed539e2ae39a1940;p=packages%2Fo%2Fopenafs.git STABLE12-export-dont-include-afsconfig-to-avoid-conflicts-20011226 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"