summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/utils.h b/utils/utils.h
index d080bd018..502847836 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -59,10 +59,6 @@ const char *rfc1123_date(time_t t);
char *strcasestr(const char *haystack, const char *needle);
#endif
unsigned int wallclock(void);
-#ifdef __FreeBSD__
-/* FreeBSD lacks strndup */
-char *strndup(const char *s, size_t n);
-#endif
/* Platform specific functions */
void die(const char * const error);