remove mch_access macro as it is only used in fs.c

This commit is contained in:
Stefan Hoffmann
2014-03-16 17:45:25 +01:00
committed by Thiago de Arruda
parent f762a9e195
commit 5a2c9e123e
4 changed files with 2 additions and 16 deletions

View File

@@ -18,12 +18,6 @@
# include <stdlib.h>
/* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and
* unistd.h. This hack should fix that (suggested by Jeff George).
* But on AIX 4.3 it's alright (suggested by Jake Hamby). */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif