summaryrefslogtreecommitdiff
path: root/emulators/dlx/files/patch-bb
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-30 04:27:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-30 04:27:21 +0000
commitff54a9ef7f547451b6da5a651140d176273cfdd8 (patch)
tree7d6f4161d7e4574308393c79f2732843ec9f8e79 /emulators/dlx/files/patch-bb
parentSome 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-bb')
-rw-r--r--emulators/dlx/files/patch-bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/dlx/files/patch-bb b/emulators/dlx/files/patch-bb
new file mode 100644
index 000000000000..26b34feb1f76
--- /dev/null
+++ b/emulators/dlx/files/patch-bb
@@ -0,0 +1,12 @@
+--- gcc/stddef.h.orig Mon Aug 13 14:04:37 1990
++++ gcc/stddef.h Sat Dec 26 13:02:04 1998
+@@ -9,7 +9,9 @@
+
+ #ifndef _SIZE_T /* in case <sys/types.h> has defined it. */
+ #define _SIZE_T
++ /*
+ typedef unsigned long size_t;
++ */
+ #endif /* _SIZE_T */
+
+ /* A null pointer constant. */