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

Pavlin Radoslavov pavlin@icir.org
Thu, 1 Sep 2005 19:44:21 GMT


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

XORP CVS repository


Modified files:
	rtrmgr        master_conf_tree.cc module_manager.cc 
	              module_manager.hh randomness.cc userdb.cc util.cc 
	              xorpsh_main.cc 

Log message:
	* Move return() statement after all UNUSED() statements to pacify
	  gcc-4.x
	
	* Remove unnecessary #ifdef HOST_OS_WINDOWS when addign the executable
	  suffix to a filename, because the code should do the right thing
	  on UNUX (on UNIX the suffix is defined to be an empty string).
	
	* Move common UNIX/WINDOWS code out of the
	  #ifdef HOST_OS_WINDOWS ... #else ... #endif
	  block.
	
	* Minor nits/cleanup: comments, spacing, etc.

Revision  Changes                                Path
1.59      +5 -5;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/master_conf_tree.cc
1.47      +5 -7;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/module_manager.cc
1.33      +2 -4;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/module_manager.hh
1.18      +3 -3;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/randomness.cc
1.15      +5 -5;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/userdb.cc
1.18      +4 -4;  commitid: e7d24317589e7ea6;    xorp/rtrmgr/util.cc
1.50      +12 -12;  commitid: e7d24317589e7ea6;  xorp/rtrmgr/xorpsh_main.cc