Merge from Lite2

This commit is contained in:
Peter Wemm 1997-03-11 14:48:14 +00:00
parent c7a7335aef
commit 2384ae25e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23710

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: tsort.c,v 1.6 1997/02/22 19:57:28 peter Exp $
*/
#ifndef lint
@ -56,6 +56,7 @@ static char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/*
* Topological sort. Input is a list of pairs of strings separated by