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

Pavlin Radoslavov pavlin@icir.org
Sat, 10 Dec 2005 01:12:21 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-10 01:12:21 UTC

XORP CVS repository


Modified files:
	fea           ifconfig_get.hh ifconfig_get_getifaddrs.cc 
	              ifconfig_parse_ifaddrs.cc 

Log message:
	* Don't use a reference to a pointer as the second argument to
	  parse_buffer_ifaddrs() because it is not really needed; instead, use
	  just a const pointer.
	
	* Get rid of a hack to get around an gcc-4.0.2 compilation error.

Revision  Changes                              Path
1.23      +2 -2;  commitid: bf04439a2b2e7ea6;  xorp/fea/ifconfig_get.hh
1.14      +2 -7;  commitid: bf04439a2b2e7ea6;  xorp/fea/ifconfig_get_getifaddrs.cc
1.27      +2 -2;  commitid: bf04439a2b2e7ea6;  xorp/fea/ifconfig_parse_ifaddrs.cc