From 559125f5f9fd23eb7a2d0b3a992c6a6d40aa3d7f Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 16 Jan 2010 19:08:05 +0000 Subject: [PATCH] =?UTF-8?q?RCSID=20sync=20(oksh=20bumped=20their=20array?= =?UTF-8?q?=20limit=20again=E2=80=A6=20wonder=20when=E2=80=A6=E2=80=A6?= =?UTF-8?q?=E2=80=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh.h b/sh.h index b4481a7..ad4044b 100644 --- a/sh.h +++ b/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.29 2005/12/11 18:53:51 deraadt Exp $ */ +/* $OpenBSD: sh.h,v 1.30 2010/01/04 18:07:11 deraadt Exp $ */ /* $OpenBSD: shf.h,v 1.6 2005/12/11 18:53:51 deraadt Exp $ */ /* $OpenBSD: table.h,v 1.7 2005/12/11 20:31:21 otto Exp $ */ /* $OpenBSD: tree.h,v 1.10 2005/03/28 21:28:22 deraadt Exp $ */ @@ -148,7 +148,7 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.373 2010/01/08 22:21:06 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.374 2010/01/16 19:08:05 tg Exp $"); #endif #define MKSH_VERSION "R39 2010/01/08"