aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix_defs.h
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-03-16 17:45:25 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-03 10:30:03 -0300
commit5a2c9e123e4f42a037dbd652c6c42cae943a5654 (patch)
treef8fb3908300aa9ed5154d0273f4b69351e959a2c /src/os_unix_defs.h
parentf762a9e195cdd1db3d57561a5e82a1ea6799d8ba (diff)
downloadrneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.tar.gz
rneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.tar.bz2
rneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.zip
remove mch_access macro as it is only used in fs.c
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r--src/os_unix_defs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h
index 9ce17410b0..f9f53a8d8e 100644
--- a/src/os_unix_defs.h
+++ b/src/os_unix_defs.h
@@ -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