diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
commit | ff54a9ef7f547451b6da5a651140d176273cfdd8 (patch) | |
tree | 7d6f4161d7e4574308393c79f2732843ec9f8e79 /emulators/dlx/files/patch-ab | |
parent | Some how this got formated as a text paragraph w/line breaks at column 80. (diff) |
Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX
architecture.
Notes
Notes:
svn path=/head/; revision=15719
Diffstat (limited to 'emulators/dlx/files/patch-ab')
-rw-r--r-- | emulators/dlx/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/dlx/files/patch-ab b/emulators/dlx/files/patch-ab new file mode 100644 index 000000000000..cfb3cd968c4e --- /dev/null +++ b/emulators/dlx/files/patch-ab @@ -0,0 +1,11 @@ +--- dlxsim/sim.c.orig Wed May 8 13:37:56 1991 ++++ dlxsim/sim.c Sat Dec 26 13:08:12 1998 +@@ -2833,7 +2833,7 @@ + static char *errstring() + { + extern int errno, sys_nerr; +- extern char *sys_errlist[]; ++ /* extern char *sys_errlist[]; */ + static char msgbuf[64]; + + if( !errno ) |