diff options
Diffstat (limited to 'japanese/kon2-16dot/files/patch-src_display_j31sx.c')
-rw-r--r-- | japanese/kon2-16dot/files/patch-src_display_j31sx.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/files/patch-src_display_j31sx.c b/japanese/kon2-16dot/files/patch-src_display_j31sx.c new file mode 100644 index 000000000000..958329a02f3b --- /dev/null +++ b/japanese/kon2-16dot/files/patch-src_display_j31sx.c @@ -0,0 +1,19 @@ + --- src/display/j31sx.c 30 Sep 2008 08:02:59 -0000 1.1.1.1 + +++ src/display/j31sx.c 23 Oct 2008 09:24:33 -0000 + @@ -49,7 +49,6 @@ + #include <sys/mman.h> + #include <linux/mm.h> + #include <sys/kd.h> + -#undef free + #include <stdlib.h> + + #include <mem.h> + @@ -365,8 +364,6 @@ + ioperm(CGA_COLOR, 1, 0); + + munmap(gram, GRAPH_SIZE); + - + - SafeFree((void **)&gram); + } + + static struct videoInfo J31SXInfo = |