diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-22 20:33:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-22 20:33:30 +0000 |
commit | 6a0f36ffeead3e64bb21d579210770a545868ea2 (patch) | |
tree | a59d23cfaa54cdab1c5b02ae44ad2a99a5bfbd30 | |
parent | 63f29d64f89b48a1d3542e00534264f76b4ef860 (diff) |
.
-rw-r--r-- | libftpconn/ChangeLog | 5 | ||||
-rw-r--r-- | libps/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index 4d5351ca..b23fce62 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,3 +1,8 @@ +2001-12-22 Roland McGrath <roland@frob.com> + + * ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern + inline defn conditional on [__OPTIMIZE__]. + 1999-08-11 Thomas Bushnell, BSG <tb@mit.edu> * open.c (ftp_conn_sysify): Handle REPLY_NO_LOGIN from "syst". diff --git a/libps/ChangeLog b/libps/ChangeLog index b66f4097..c822031d 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,8 @@ +2001-12-22 Roland McGrath <roland@frob.com> + + * spec.c (ps_emit_wait): Remove local extern decls for functions + actually defined static. + 2001-10-01 Marcus Brinkmann <marcus@gnu.org> * filters.c (ps_own_filter): Add const to type. |