binary change.
ok nicm@
-/* $OpenBSD: expr.c,v 1.29 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: expr.c,v 1.30 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Korn expression evaluation
*/
#include <ctype.h>
+#include <limits.h>
#include "sh.h"
-/* $OpenBSD: jobs.c,v 1.48 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: jobs.c,v 1.49 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Process and job control
#include <sys/time.h>
#include <sys/wait.h>
+#include <limits.h>
+
#include "sh.h"
#include "tty.h"
-/* $OpenBSD: misc.c,v 1.47 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: misc.c,v 1.48 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Miscellaneous functions
*/
#include <ctype.h>
+#include <limits.h>
#include "sh.h"
#include "charclass.h"
-/* $OpenBSD: sh.h,v 1.41 2015/10/19 14:01:37 mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.42 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
#include <errno.h>
#include <fcntl.h>
-#include <limits.h>
#include <signal.h>
-/* $OpenBSD: shf.c,v 1.23 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: shf.c,v 1.24 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Shell file I/O routines
#include <sys/stat.h>
+#include <limits.h>
+
#include "sh.h"
/* flags to shf_emptybuf() */
-/* $OpenBSD: table.c,v 1.19 2015/10/05 23:26:58 nicm Exp $ */
+/* $OpenBSD: table.c,v 1.20 2015/10/19 14:03:21 mmcc Exp $ */
/*
* dynamic hashed associative table for commands and variables
*/
+#include <limits.h>
+
#include "sh.h"
#define INIT_TBLS 8 /* initial table size (power of 2) */
-/* $OpenBSD: var.c,v 1.51 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: var.c,v 1.52 2015/10/19 14:03:21 mmcc Exp $ */
#include <sys/stat.h>
#include <ctype.h>
+#include <limits.h>
#include <time.h>
#include "sh.h"