pkgsrc-wip/smlnj-current/patches/patch-ao
2004-02-08 12:55:07 +00:00

13 lines
345 B
Text

$NetBSD: patch-ao,v 1.1.1.1 2004/02/08 12:55:08 pulahti 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;