From 2cda4dd7bb2ec5d96716c8a646cd5232e6aa9881 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 28 Aug 2009 18:59:01 +0000 Subject: [PATCH] =?UTF-8?q?this=20wants=20a=20size=5Ft=20(but=20ssize=5Ft?= =?UTF-8?q?=20is=20enough,=20since=20order(size=5Ft)=20elements=20is=20pre?= =?UTF-8?q?tty=20much=20impossible=E2=80=A6=20I=20estimate=20at=20most=20a?= =?UTF-8?q?=20million,=20but=20not=20more=20than=2016=20million,=20array?= =?UTF-8?q?=20or=20keytab=20entries)?= 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 9f08c1d..d3e8f89 100644 --- a/sh.h +++ b/sh.h @@ -134,7 +134,7 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.324 2009/08/28 18:53:59 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.325 2009/08/28 18:59:01 tg Exp $"); #endif #define MKSH_VERSION "R39 2009/08/08" @@ -968,7 +968,7 @@ struct block { */ struct tstate { struct tbl **next; - int left; + ssize_t left; }; EXTERN struct table taliases; /* tracked aliases */