diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-01 09:54:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-01 09:54:55 +0000 |
commit | 8c095a5169d78409444388646517145c5b6b25ab (patch) | |
tree | 876c4df33266eb12049113297cca255b4cc1fca4 /Src | |
parent | 3d562f576c7f7b7f4e7b35828e7d9e7c80fc8546 (diff) | |
download | zsh-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.h | 2 |
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 |