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