diff options
Diffstat (limited to 'bin/sh/main.c')
| -rw-r--r-- | bin/sh/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c index 962546b6a02c..b86a0defc1ba 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/28/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/main.c,v 1.18.2.3 2002/07/19 04:38:51 tjr Exp $"); #include <stdio.h> #include <signal.h> |
