diff options
Diffstat (limited to 'bin/sh/show.c')
-rw-r--r-- | bin/sh/show.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c index baae549c42954..122c97de679ce 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/show.c,v 1.23.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <fcntl.h> #include <stdio.h> |