From: Kevin Coffman Date: Fri, 8 Aug 2003 21:21:27 +0000 (+0000) Subject: remove-unneeded-mman-include-20030808 X-Git-Tag: openafs-devel-1_3_50~98 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bab4e2dd948c96f6f2545e4b7ca3b17e0a27d506;p=packages%2Fo%2Fopenafs.git remove-unneeded-mman-include-20030808 FIXES 1835 don't include mman.h in lwp fasttime --- diff --git a/src/lwp/fasttime.c b/src/lwp/fasttime.c index 639507f3d..0755920fb 100644 --- a/src/lwp/fasttime.c +++ b/src/lwp/fasttime.c @@ -38,9 +38,6 @@ RCSID #include #include #endif -#if !defined(AFS_AIX_ENV) && !defined(AFS_NT40_ENV) -#include -#endif #include extern char *valloc();