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

Pavlin Radoslavov pavlin@icir.org
Thu, 1 Sep 2005 02:31:23 GMT


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

XORP CVS repository


Modified files:
	cli           cli_node_net.cc 

Log message:
	* Use "%s" instead of "%p" as the conversion specifiers to print
	  a string.
	
	* Cleanup a bit code that contains few #ifdef HOST_OS_WINDOWS
	
	* Replace "#if 0" (that was sneaked-in in the previous change)
	  with "#ifdef HAVE_TERMIOS_H" to isolate terminal-related code.
	
	* Add or modify few comments

Revision  Changes                                Path
1.43      +20 -16;  commitid: b2654316673b7ea6;  xorp/cli/cli_node_net.cc