summaryrefslogtreecommitdiff
path: root/lang/smlnj/patches/patch-ao
blob: 8ffc78be722d677a731663463cc3fe7f4980b38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ao,v 1.2 2003/07/01 23:19:14 jtb Exp $

--- src/runtime/kernel/boot.c.orig
+++ src/runtime/kernel/boot.c
@@ -124,7 +124,7 @@
     ml_val_t	fileList;
 # define SIZE_BUF_LEN	128	/* this should be plenty for two numbers */
     char        sizeBuf[SIZE_BUF_LEN];
-    char        c;
+    int        c;
 
     numFiles = 0;