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

Pavlin Radoslavov pavlin@icir.org
Tue, 30 Aug 2005 05:36:39 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-30 05:36:39 UTC

XORP CVS repository


Modified files:
	libxipc       sockutil.cc 

Log message:
	* Replace the type of a variable used to point into a string:
	  size_t -> string::size_type
	
	* Replace "#if defined(__FreeBSD__)" with "#ifdef HOST_OS_FREEBSD"
	
	* Editorial nits: comments, etc.

Revision  Changes                                Path
1.18      +18 -15;  commitid: 2b414313efcf7ea6;  xorp/libxipc/sockutil.cc