diff options
Diffstat (limited to 'usr.bin/tsort/tsort.c')
| -rw-r--r-- | usr.bin/tsort/tsort.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index a01a86c3700c0..a29d6adda9380 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -45,7 +45,7 @@ static const char sccsid[] = "@(#)tsort.c	8.3 (Berkeley) 5/4/95";  #endif /* not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tsort/tsort.c,v 1.17.20.1 2009/04/15 03:14:26 kensmith Exp $");  #include <sys/types.h>  | 
