diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-22 21:02:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-22 21:02:39 +0000 |
commit | 845d4b6af842e4c6815a4789595f1e7802be1b33 (patch) | |
tree | 9b5a68465cb9e6f1f78c5e4672f5fcc2ac0a1f0d /pflocal | |
parent | 5638e7a335b7d7731adf16afe7d2d88a5b8d1dcd (diff) |
.
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/ChangeLog | 11 |
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. |