summaryrefslogtreecommitdiff
path: root/pflocal/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/ChangeLog')
-rw-r--r--pflocal/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 8562f781..ba735ed1 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,14 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * connq.c (connq_compress): #if 0 out unused function.
+
+ * sock.h (sock_deref): Don't define this extern inline.
+ Instead, use static inline and __attribute__ ((unused)).
+ * mig-decls.h (begin_using_sock_user_port): Likewise.
+ (end_using_sock_user_port): Likewise.
+ (begin_using_addr_port): Likewise.
+ (end_using_addr_port): Likewise.
+
2001-03-31 Roland McGrath <roland@frob.com>
* sock.c: Include "connq.h" for connq_destroy decl.