about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-06-04 02:19:39 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-06-04 02:19:39 +0000
commit4bf31462bb22404c31b51504b9ea70490d3f8816 (patch)
tree78b3cacb5fa6971df11fc8d0ac22d387a6637ead /Src
parent56b5fd98f159b3277f07d2b8fee65f77210eddeb (diff)
downloadzsh-4bf31462bb22404c31b51504b9ea70490d3f8816.tar.gz
zsh-4bf31462bb22404c31b51504b9ea70490d3f8816.tar.xz
zsh-4bf31462bb22404c31b51504b9ea70490d3f8816.zip
Merge of 21544: ioctl() prototyping was substandard and missing on Cygwin.
Diffstat (limited to 'Src')
-rw-r--r--Src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h
index 41195364d..0edd27aba 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -337,7 +337,7 @@ struct timezone {
 # endif  /* HAVE_TERMIO_H  */
 #endif   /* HAVE_TERMIOS_H */
 
-#if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD)
+#if defined(GWINSZ_IN_SYS_IOCTL) || defined(IOCTL_IN_SYS_IOCTL)
 # include <sys/ioctl.h>
 #endif
 #ifdef WINSIZE_IN_PTEM