diff options
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r-- | bin/sh/jobs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 39c9d580699..428c99f0750 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: jobs.c,v 1.2 1996/06/23 14:21:17 deraadt Exp $ */ /* $NetBSD: jobs.c,v 1.17 1995/07/04 16:26:45 pk Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: jobs.c,v 1.17 1995/07/04 16:26:45 pk Exp $"; +static char rcsid[] = "$OpenBSD: jobs.c,v 1.2 1996/06/23 14:21:17 deraadt Exp $"; #endif #endif /* not lint */ |