X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/cdca504371641e71ca82f4ae3e43c88d43287578..e0787e5d8ce80ea53f447057c466a65759c4d56c:/interface.h diff --git a/interface.h b/interface.h index 58e5ab33..b129312a 100644 --- a/interface.h +++ b/interface.h @@ -41,10 +41,6 @@ extern size_t strlcat(char *, const char *, size_t); extern size_t strlcpy(char *, const char *, size_t); #endif -#ifndef HAVE_STRDUP -extern char *strdup(const char *); -#endif - #ifndef HAVE_STRSEP extern char *strsep(char **, const char *); #endif