pkgsrc/emulators/doscmd/patches/patch-ae
hubertf 5d5202affd Add changes to compile on current; still works on 1.3(.1)
Reported and tested by Bernhard Riedel <bernhard@sdg.de>
1998-10-28 01:29:16 +00:00

13 lines
333 B
Text

$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 */