diff options
author | ajs <ajs> | 2005-01-12 16:18:17 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-12 16:18:17 +0000 |
commit | e22f5516b3e1431b7716632b76e257b84e7e0ff4 (patch) | |
tree | 16ee1046948d1b8099c476a2450bdd605eca03e5 /lib/ChangeLog | |
parent | afc1e2ddf29fffe996f44d0f8eca99522e75d0ba (diff) |
2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* zebra.h: If not C99 and no va_copy macro available, fall back to
memcpy (solves a build problem on FreeBSD 4.x).
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2fee4611..4b245bec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * zebra.h: If not C99 and no va_copy macro available, fall back to + memcpy (solves a build problem on FreeBSD 4.x). + 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * zebra.h: Define ZCMSG_FIRSTHDR appropriately based on whether |