Subject: Re: CVS commit: basesrc
To: Simon Burge <simonb@netbsd.org>
From: Luke Mewburn <lukem@cs.rmit.edu.au>
List: source-changes
Date: 04/13/2000 18:57:08
Simon Burge writes:
> Luke Mewburn wrote:
> 
> > Modified Files:
> > 
> > 	basesrc/usr.bin/ftp: version.h
> > 
> > Log Message:
> > 
> > crank version
> 
> Yo,
> 
> While you're ftp hacking, can you add
> 
> 	#if defined(IPTOS_LOWDELAY) && defined(IP_TOS)
> 
> 	#endif
> 
> around all uses of those defines?  Breaks on Ultrix...

already done for IPTOS_THROUGHPUT (et al); didn't think IP_TOS check
was that necessary (if you have the former, you should have teh latter)