[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: cvs.openbsd.org: src



CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2001/05/01 14:36:57

Modified files:
	usr.bin/tsort  : tsort.c 

Log message:
Revert stupid buggy optimisation.
Another Murphy's law: complicated code always works right the first
time. Stupid dumb details, on the other hand.

Of course we can't share both arrays, as we don't know how they will
grow, duh !