diff options
Diffstat (limited to 'graphics/fbm/files/patch-fbm.h')
-rw-r--r-- | graphics/fbm/files/patch-fbm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/fbm/files/patch-fbm.h b/graphics/fbm/files/patch-fbm.h new file mode 100644 index 00000000000..bc979f59b30 --- /dev/null +++ b/graphics/fbm/files/patch-fbm.h @@ -0,0 +1,11 @@ +--- fbm.h.orig Sat Feb 25 15:15:18 2006 ++++ fbm.h Sat Feb 25 15:17:11 2006 +@@ -113,7 +113,7 @@ + char *strcpy(); + char *strncpy(); + +-#ifndef _COMPAT_ ++#ifdef _COMPAT_ + char *malloc(); + #endif + |