diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:16:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:16:15 +0000 |
commit | df8b044cb19cccdfe77d2d0987c85b5a83fbe216 (patch) | |
tree | 72c8beb734c340f79e4f7cca89180d33ae4a5c09 /lang/mono/files/patch-mono_metadata_debug-mono-symfile.c | |
parent | Update to 1.2.2. (diff) |
Update to 0.17.
Requested by: many
Not tested by: me
Notes
Notes:
svn path=/head/; revision=72080
Diffstat (limited to 'lang/mono/files/patch-mono_metadata_debug-mono-symfile.c')
-rw-r--r-- | lang/mono/files/patch-mono_metadata_debug-mono-symfile.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_metadata_debug-mono-symfile.c b/lang/mono/files/patch-mono_metadata_debug-mono-symfile.c new file mode 100644 index 000000000000..eab4f7777fc0 --- /dev/null +++ b/lang/mono/files/patch-mono_metadata_debug-mono-symfile.c @@ -0,0 +1,10 @@ +--- mono/metadata/debug-mono-symfile.c.orig Thu Dec 26 12:33:21 2002 ++++ mono/metadata/debug-mono-symfile.c Thu Dec 26 12:33:57 2002 +@@ -2,6 +2,7 @@ + #include <stdlib.h> + #include <string.h> + #include <signal.h> ++#include <sys/param.h> + #include <mono/metadata/metadata.h> + #include <mono/metadata/tabledefs.h> + #include <mono/metadata/rawbuffer.h> |