remove-unneeded-mman-include-20030808

FIXES 1835

don't include mman.h in lwp fasttime
This commit is contained in:
Kevin Coffman 2003-08-08 21:21:27 +00:00 committed by Derrick Brashear
parent 06a041b9dd
commit bab4e2dd94

View File

@ -38,9 +38,6 @@ RCSID
#include <sys/time.h>
#include <sys/file.h>
#endif
#if !defined(AFS_AIX_ENV) && !defined(AFS_NT40_ENV)
#include <sys/mman.h>
#endif
#include <afs/afsutil.h>
extern char *valloc();