From 86bc037e711eb91a7613e3b6e3d960188a6543eb Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 18 May 1998 06:44:24 +0000 Subject: Add rcsid. Spelling. --- bin/sh/jobs.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/sh/jobs.c') diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 0d58731..2cfb4c3 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -32,12 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: jobs.c,v 1.17 1997/12/10 22:18:53 eivind Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include -- cgit v1.1