diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b662aed7..f5471b48 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-11-15 Greg Troxel <gdt@fnord.ir.bbn.com> + + * sockopt.h: Avoid CMSG_ALIGN, and declare that sizes are without + alignment (users should use CMSG_SPACE). + + * zebra.h: Rationalize CMSG_SPACE compatibility defines. Warn if + asumming 4-byte alignment, since this isn't safe. + 2004-11-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * memory.c: (zerror) Use zlog_err instead of fprintf to stderr. |