projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2fbd2f0
)
sh: include <limits.h> instead of non-standard <sys/limits.h>
author
Peter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Aug 2011 22:10:34 +0000 (15:10 -0700)
committer
Peter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Aug 2011 22:10:34 +0000 (15:10 -0700)
Obtained-from: FreeBSD 223580
bin/sh/arith_yacc.c
patch
|
blob
|
blame
|
history
diff --git
a/bin/sh/arith_yacc.c
b/bin/sh/arith_yacc.c
index
6bd1f2d
..
fddb200
100644
(file)
--- a/
bin/sh/arith_yacc.c
+++ b/
bin/sh/arith_yacc.c
@@
-31,10
+31,10
@@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: src/bin/sh/arith_yacc.c,v 1.5 2011/05/27 20:53:07 jilles Exp $
+ * $FreeBSD: src/bin/sh/arith_yacc.c,v 1.6 2011/06/26 20:12:05 jilles Exp $
*/
-#include <sys/limits.h>
+#include <limits.h>
#include <errno.h>
#include <inttypes.h>
#include <stdlib.h>