2013-09-26 17:14:40 +02:00

14 lines
337 B
Plaintext

$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;