diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-19 23:30:11 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-19 23:30:11 +0000 |
commit | 482022f5bf79d6fe2b85d901779d32c9601e4221 (patch) | |
tree | 47be43dc493eb1b1fe9c727c43fea03a1b747375 /readline | |
parent | 2903e031c7b33e07b2898ff85d1b6c9be230da50 (diff) | |
download | gdb-482022f5bf79d6fe2b85d901779d32c9601e4221.tar.gz |
import gdb-1999-07-19 snapshot
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog.Cygnus | 7 | ||||
-rw-r--r-- | readline/acconfig.h | 2 | ||||
-rw-r--r-- | readline/config.h.in | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/readline/ChangeLog.Cygnus b/readline/ChangeLog.Cygnus index 08a6ff7e0ed..d4bb265d675 100644 --- a/readline/ChangeLog.Cygnus +++ b/readline/ChangeLog.Cygnus @@ -1,3 +1,10 @@ +1999-07-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * acconfig.h: Fix typo: it's GWINSZ_IN_SYS_IOCTL, not + TIOCGWINSZ_IN_SYS_IOCTL. + + * config.h.in: Regenerate with autoheader. + 1999-04-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * ChangeLog.Cygnus: new file. It is the old Changelog. diff --git a/readline/acconfig.h b/readline/acconfig.h index b41ac519285..577cf9c7d49 100644 --- a/readline/acconfig.h +++ b/readline/acconfig.h @@ -17,7 +17,7 @@ /* Definitions pulled in from aclocal.m4. */ #undef VOID_SIGHANDLER -#undef TIOCGWINSZ_IN_SYS_IOCTL +#undef GWINSZ_IN_SYS_IOCTL #undef TIOCSTAT_IN_SYS_IOCTL diff --git a/readline/config.h.in b/readline/config.h.in index d7cf6cffa0b..87f807fa6eb 100644 --- a/readline/config.h.in +++ b/readline/config.h.in @@ -22,6 +22,8 @@ /* Definitions pulled in from aclocal.m4. */ #undef VOID_SIGHANDLER +#undef GWINSZ_IN_SYS_IOCTL + #undef TIOCSTAT_IN_SYS_IOCTL #undef HAVE_GETPW_DECLS |