]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Do not substitute strdup().
[tcpdump] / netdissect.h
index aa6dfe5b9ea56260d4819a8553b37c1f40474405..b744fe87677c3b9d883c89c56a8a5a83eab67afe 100644 (file)
@@ -130,10 +130,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 *str);
-#endif
-
 #ifndef HAVE_STRSEP
 extern char *strsep(char **, const char *);
 #endif