diff options
Diffstat (limited to 'graphics/fbm/files/patch-fbm.h')
-rw-r--r-- | graphics/fbm/files/patch-fbm.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/fbm/files/patch-fbm.h b/graphics/fbm/files/patch-fbm.h deleted file mode 100644 index bc979f59b30d..000000000000 --- a/graphics/fbm/files/patch-fbm.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |