From 8b6811ed9cd6a901f912918fed539e2ae39a1940 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Wed, 26 Dec 2001 20:17:52 +0000 Subject: [PATCH] STABLE12-export-dont-include-afsconfig-to-avoid-conflicts-20011226 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 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" -- 2.39.5