3fb13f
diff -up bash-4.2/variables.h.size_type bash-4.2/variables.h
3fb13f
--- bash-4.2/variables.h.size_type	2012-11-29 10:33:25.109036844 +0100
3fb13f
+++ bash-4.2/variables.h	2012-11-29 10:46:12.718530162 +0100
3fb13f
@@ -95,8 +95,8 @@ typedef struct variable {
3fb13f
 
3fb13f
 typedef struct _vlist {
3fb13f
   SHELL_VAR **list;
3fb13f
-  int list_size;	/* allocated size */
3fb13f
-  int list_len;		/* current number of entries */
3fb13f
+  size_t list_size;	/* allocated size */
3fb13f
+  size_t list_len;	/* current number of entries */
3fb13f
 } VARLIST;
3fb13f
 
3fb13f
 /* The various attributes that a given variable can have. */