diff options
Diffstat (limited to 'bin/sh/mkinit.c')
-rw-r--r-- | bin/sh/mkinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index b8f8ffbe9cc8..81735afaba5c 100644 --- a/bin/sh/mkinit.c +++ b/bin/sh/mkinit.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mkinit.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mkinit.c,v 1.14 1999/11/29 19:11:00 cracauer Exp $"; #endif /* not lint */ /* |