[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Fri, 23 Dec 2005 22:50:36 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-23 22:50:36 UTC

XORP CVS repository


Modified files:
	libxorp       xlog.c 

Log message:
	Use #ifdef HAVE_VA_COPY instead of #ifdef va_copy
	
	The va_copy() implementation may not be macro-based
	so we cannot simply use "#ifdef va_copy".
	[See Section 7.15.1.2 from the C99 specification available from
	http://www.open-std.org/JTC1/SC22/WG14/www/standards.html]

Revision  Changes                              Path
1.17      +3 -3;  commitid: d1db43ac7f0d7ea6;  xorp/libxorp/xlog.c