summaryrefslogtreecommitdiff
path: root/net/GeoIP/files/patch-libGeoIP-GeoIP.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/GeoIP/files/patch-libGeoIP-GeoIP.h')
-rw-r--r--net/GeoIP/files/patch-libGeoIP-GeoIP.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/GeoIP/files/patch-libGeoIP-GeoIP.h b/net/GeoIP/files/patch-libGeoIP-GeoIP.h
deleted file mode 100644
index 2f012313ffa6..000000000000
--- a/net/GeoIP/files/patch-libGeoIP-GeoIP.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- libGeoIP/GeoIP.h.orig 2009-02-24 19:03:23.000000000 +0300
-+++ libGeoIP/GeoIP.h 2010-11-24 19:21:26.000000000 +0300
-@@ -241,10 +241,6 @@
- /* Get timezone from country and region code */
- GEOIP_API const char * GeoIP_time_zone_by_country_and_region(const char *country_code, const char *region_code);
-
--#ifdef BSD
--#define memcpy(dest, src, n) bcopy(src, dest, n)
--#endif
--
- #ifdef __cplusplus
- }
- #endif