From: Matthew Dillon Date: Thu, 13 Jan 2005 23:20:07 +0000 (+0000) Subject: Followup note last commit: FreeBSD PR/66242, FreeBSD/1.68 originally X-Git-Tag: v2.0.1~9135 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/0300f055f20ced63eb25caf6a589245353362335 Followup note last commit: FreeBSD PR/66242, FreeBSD/1.68 originally submitted by Dmitry Sivachenko. --- diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 26476bf366..1d61b7d927 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -35,7 +35,7 @@ * * @(#)jobs.c 8.5 (Berkeley) 5/4/95 * $FreeBSD: src/bin/sh/jobs.c,v 1.27.2.10 2003/04/04 08:16:26 tjr Exp $ - * $DragonFly: src/bin/sh/jobs.c,v 1.6 2005/01/13 23:17:17 dillon Exp $ + * $DragonFly: src/bin/sh/jobs.c,v 1.7 2005/01/13 23:20:07 dillon Exp $ */ #include