[net.sources] PHOON, first bug report.

jef@unisoft.UUCP (Jef Poskanzer) (11/21/86)

A minor bug in PHOON, first pointed out by David Eppstein
<eppstein@garfield.columbia.edu>.  To fix, in phoon.c replace
the line:
		atflridx = atflridx % atflrlen;
by:
		atflridx = ( atflridx + 1 ) % atflrlen;


Also, Mark Hilliard <mark@gizzmo.UUCP> says: "Help, while trying to
compile phoon my system died while trying to load ranlib.a.  Since I
dont have this lib I was wandering what it is and where I can get it.
I am running a 7300 (SYS5.3)"  Mark, ranlib is not a library, it's
a program required on BSD systems to add a table of contents to
libraries.  On System V, you don't need it, so just comment it out
of the Makefile and you should be fine.


	       Jef Poskanzer, UniSoft Systems, Berkeley
		   unisoft!jef@ucbvax.Berkeley.Edu
			...ucbvax!unisoft!jef
			    (415)644-1230
-- 
		Jef Poskanzer, UniSoft Systems, Berkeley
		    unisoft!jef@ucbvax.Berkeley.Edu
			 ...ucbvax!unisoft!jef
			     (415)644-1230