diff options
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 6 |
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 |