From 4cf0d0df23f7a35a3c1570c94ba08fa96d47bfc1 Mon Sep 17 00:00:00 2001 From: ajs Date: Thu, 25 Nov 2004 17:14:34 +0000 Subject: 2004-11-25 Andrew J. Schorr * zebra.h: If not C99 and there's no va_copy macro and there is a __va_copy macro, define va_copy as __va_copy. --- lib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index d1fa0f4c..db39f0ae 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-11-25 Andrew J. Schorr + + * zebra.h: If not C99 and there's no va_copy macro and there is + a __va_copy macro, define va_copy as __va_copy. + 2004-11-25 Andrew J. Schorr * pid_output.c: (pid_output_lock) Fix 2 bugs: when locking, should -- cgit v1.2.1