]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/tsort.c
Imported from util-linux-2.8 tarball.
[thirdparty/util-linux.git] / misc-utils / tsort.c
index a5a44dae89ee4f419ff3022762335c4f6aa3977f..61e9e8442fa36c78a4510cbd04cc38b7f8fcd6d1 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-static char sccsid[] = "@(#)tsort.c    5.3 (Berkeley) 6/1/90";
-#endif /* not lint */
-
 #include <sys/types.h>
 #include <errno.h>
 #include <stdio.h>