diff options
Diffstat (limited to 'bin/sh/jobs.c')
| -rw-r--r-- | bin/sh/jobs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 7b959ce8716c..6a786e377c8f 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)jobs.c	8.5 (Berkeley) 5/4/95";  #endif  #endif /* not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/jobs.c,v 1.72.10.6.2.1 2010/12/21 17:09:25 kensmith Exp $");  #include <sys/ioctl.h>  #include <sys/param.h> | 
