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 0c981a3eff92..1e7cf7b15b83 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/error.c,v 1.26.12.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Errors and exceptions. |