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

Bruce Simpson bms@icir.org
Mon, 1 Aug 2005 13:37:42 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-01 13:37:42 UTC

XORP CVS repository


Added files:
	libxorp       gai_strerror.c getopt.c inet_ntop.c inet_pton.c 
	              ioevents.hh random.c random.h win_dispatcher.cc 
	              win_dispatcher.hh win_io.c win_io.h xorpfd.hh 

Log message:
	Diff reduction: Add new files to libxorp from XORP/Win32, but do not connect
	them to the build yet.

Revision  Changes    Path
1.1       +58 -0     xorp/libxorp/gai_strerror.c (new)
1.1       +169 -0    xorp/libxorp/getopt.c (new)
1.1       +211 -0    xorp/libxorp/inet_ntop.c (new)
1.1       +249 -0    xorp/libxorp/inet_pton.c (new)
1.1       +41 -0     xorp/libxorp/ioevents.hh (new)
1.1       +537 -0    xorp/libxorp/random.c (new)
1.1       +40 -0     xorp/libxorp/random.h (new)
1.1       +669 -0    xorp/libxorp/win_dispatcher.cc (new)
1.1       +233 -0    xorp/libxorp/win_dispatcher.hh (new)
1.1       +179 -0    xorp/libxorp/win_io.c (new)
1.1       +38 -0     xorp/libxorp/win_io.h (new)
1.1       +210 -0    xorp/libxorp/xorpfd.hh (new)