Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!CS.BROWN.EDU!jb From: jb@CS.BROWN.EDU Newsgroups: comp.protocols.tcp-ip.domains Subject: Re: BIND int to long inconsistancies Message-ID: <9006272223.AA06187@snark.cs.brown.edu> Date: 27 Jun 90 22:23:25 GMT References: <9006272213.AA12027@vax.ftp.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 21 Date: Wed, 27 Jun 90 18:13:46 EDT From: arnoff@vax.ftp.com (Michael Greenberg) Subject: Re: BIND int to long inconsistancies Jim, Fixes for other bugs I've found in 4.8.2: At he bottom of the 'struct stats stats[S_NSTATS]' definition in ns_stats.c (just before the '#endif /* NET_ERRS */' line) is a comma, which should be deleted. I was getting garbage after the last line of my stats dump which went away after I deleted this comma. You might want to do something about the other comma just before the '#ifdef NET_ERRS' since that will cause a similar problem when NET_ERRS is not defined. This does not help much since the bug was introduced at U of Toronto (I think) and is not in the Berkeley version. As such, I won't fix it. Jim