diff options
author | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
---|---|---|
committer | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
commit | fc24370e47de795c93e5be9bcc1bcebf739a0b67 (patch) | |
tree | c7046ad51920089a908abb896eb5fbdda6e55342 /gdb/ChangeLog | |
parent | 24174db0faad54ea0bf4696a946b3541b1bbceb0 (diff) | |
download | gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.zip gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.gz gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.bz2 |
* configure.in (AC_CHECK_HEADERS): Add sys/file.h.
* configure, config.in: Regenerate.
* corelow.c: Include <sys/file.h> if present.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95d879c..215fc14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG> + + * configure.in (AC_CHECK_HEADERS): Add sys/file.h. + * configure, config.in: Regenerate. + * corelow.c: Include <sys/file.h> if present. + 2001-02-14 Andrew Cagney <ac131313@redhat.com> * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only |