Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh include limits.h for CHAR_MIN
details: https://anonhg.NetBSD.org/src/rev/0125fcf7e251
branches: trunk
changeset: 783666:0125fcf7e251
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Jan 02 22:28:42 2013 +0000
description:
include limits.h for CHAR_MIN
diffstat:
bin/sh/eval.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b99fd89cb27a -r 0125fcf7e251 bin/sh/eval.c
--- a/bin/sh/eval.c Wed Jan 02 21:19:13 2013 +0000
+++ b/bin/sh/eval.c Wed Jan 02 22:28:42 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eval.c,v 1.104 2012/06/14 18:56:54 joerg Exp $ */
+/* $NetBSD: eval.c,v 1.105 2013/01/02 22:28:42 dsl Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95";
#else
-__RCSID("$NetBSD: eval.c,v 1.104 2012/06/14 18:56:54 joerg Exp $");
+__RCSID("$NetBSD: eval.c,v 1.105 2013/01/02 22:28:42 dsl Exp $");
#endif
#endif /* not lint */
@@ -46,6 +46,7 @@
#include <signal.h>
#include <stdio.h>
#include <errno.h>
+#include <limits.h>
#include <unistd.h>
#include <sys/fcntl.h>
#include <sys/times.h>
Home |
Main Index |
Thread Index |
Old Index