diff options
Diffstat (limited to 'usr.bin/doscmd/crt0.c')
-rw-r--r-- | usr.bin/doscmd/crt0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c index ec9c706f7f5c..170786452a21 100644 --- a/usr.bin/doscmd/crt0.c +++ b/usr.bin/doscmd/crt0.c @@ -29,7 +29,7 @@ * * BSDI crt0.c,v 2.2 1996/04/08 19:32:24 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/crt0.c,v 1.2 1999/08/28 01:00:07 peter Exp $ */ char **environ; |