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

Bruce M Simpson bms@spc.org
Wed, 12 Oct 2005 02:11:59 +0100


On Tue, Oct 11, 2005 at 04:08:17PM -0700, Pavlin Radoslavov wrote:
> > > 	#ifdef HOST_OS_WINDOWS
> > > 	#define isatty(x) _isatty(x)
> > > 	#define fileno(x) _fileno(x)
> > > 	#endif

I'm going to do this the ugly way for the time being, and push these
down into the appropriate *.l files.

I would rather spend time fixing the issue at source later so that I
can try to get some tinderbox coverage up on xorpv ASAP.

BMS