From ac411b11c50524a8060f9b67324279cf7193441d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Sep 2012 10:35:29 +0200 Subject: small fix in googleurl --- googleurl/strtoull.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'googleurl') diff --git a/googleurl/strtoull.h b/googleurl/strtoull.h index 5caf83b..28c398c 100644 --- a/googleurl/strtoull.h +++ b/googleurl/strtoull.h @@ -3,7 +3,6 @@ #include -#ifdef FREEBSD #include #ifdef __cplusplus extern "C" { @@ -13,9 +12,6 @@ uint64_t __strtoull(const char *nptr, char **endptr, int base); } #endif #define strtoull __strtoull -#else -// use system one -#endif #endif -- cgit v1.2.3-54-g00ecf