summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
Diffstat (limited to 'libftpconn')
-rw-r--r--libftpconn/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 97cc5dee..9f896155 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,5 +1,9 @@
1997-09-04 Miles Bader <miles@gnu.ai.mit.edu>
+ * ftpconn.h [!FTP_CONN_EI] (FTP_CONN_EI): New macro.
+ (ftp_conn_validate_syshooks): Use FTP_CONN_EI instead of `static inline'.
+ Protect with __OPTIMIZE__.
+
* ftpconn.h (struct ftp_conn): Remove ACTV_DATA_CONN_QUEUE field.
* create.c (ftp_conn_create): Don't initialize CONN->actv_data_conn_queue.
* open.c (ftp_conn_close): Don't cleanup CONN->actv_data_conn_queue.