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

Pavlin Radoslavov pavlin@icir.org
Tue, 7 Feb 2006 02:23:18 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-07 02:23:18 UTC

XORP CVS repository


Modified files:
	rip           xrl_target_rip.cc 

Log message:
	Isolate the code for decoding the start/end time string
	in a local method decode_time_string().
	Note that this method uses the xorp_strptime() wrapper instead of the
	system's strptime(3).
	
	This fixes a compilation error for systems that don't have strptime(3)
	(e.g., old Linux distributions such as RedHat-7.3 and Windows).

Revision  Changes                                 Path
1.25      +34 -29;  commitid: 1782343e803fd7ea6;  xorp/rip/xrl_target_rip.cc