From: Todd C. Miller Date: Mon, 5 Apr 2010 23:47:49 +0000 (-0400) Subject: No longer check for strdup or strndup for LIBOBJ replacement. X-Git-Tag: SUDO_1_8_0~744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5770391ec4bf091e4e301014b15687af89ac7249;p=sudo No longer check for strdup or strndup for LIBOBJ replacement. --- diff --git a/include/missing.h b/include/missing.h index e31220b5f..1027c64d1 100644 --- a/include/missing.h +++ b/include/missing.h @@ -78,12 +78,6 @@ int unsetenv(const char *); #ifndef HAVE_STRSIGNAL char *strsignal(int); #endif -#ifndef HAVE_STRDUP -char *strdup(const char *); -#endif -#ifndef HAVE_STRNDUP -char *strndup(const char *, size_t); -#endif #ifndef HAVE_GETGROUPLIST int getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups); #endif