From fbb1d7edf8edd68cc491c1812599517a3253b360 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Wed, 24 Oct 2001 16:56:00 +0000 Subject: [PATCH] export-dont-include-afsconfig-to-avoid-conflicts-20011024 ncluding afsconfig results in conflicts on some systems due to _KERNEL --- src/export/export.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/export/export.c b/src/export/export.c index 6370ce1..98d7b6d 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" -- 1.9.4