about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-01 09:54:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-01 09:54:55 +0000
commit8c095a5169d78409444388646517145c5b6b25ab (patch)
tree876c4df33266eb12049113297cca255b4cc1fca4 /Src
parent3d562f576c7f7b7f4e7b35828e7d9e7c80fc8546 (diff)
downloadzsh-8c095a5169d78409444388646517145c5b6b25ab.tar.gz
zsh-8c095a5169d78409444388646517145c5b6b25ab.tar.xz
zsh-8c095a5169d78409444388646517145c5b6b25ab.zip
unposted: Perforce "attribute" command
21551: FEATURES description for file<20->
21546: oddities of subscripts when searching arrays
21544: ioctl() prototyping
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 a57e67fb6..04a21edd8 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