summaryrefslogtreecommitdiff
path: root/emulators/doscmd/patches/patch-ae
blob: 5727c6b5bd3c29ae0640652748cb8c6949cf12a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 1998/10/28 01:29:16 hubertf Exp $

--- doscmd.h.BAK	Wed Oct 28 01:48:56 1998
+++ doscmd.h	Wed Oct 28 01:49:02 1998
@@ -58,7 +58,7 @@
 
 #define	MAX_AVAIL_SEG 0xa000
 char *dosmem;
-char cmdname[];
+char cmdname[256];
 int dosmem_size;
 
 int pspseg;                                     /* segment # of PSP */