]> granicus.if.org Git - sudo/commitdiff
No longer check for strdup or strndup for LIBOBJ replacement.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 2010 23:47:49 +0000 (19:47 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 2010 23:47:49 +0000 (19:47 -0400)
include/missing.h

index e31220b5f28d32fcb723760be3c763607b77c842..1027c64d19ccb3d5f8fad9459e7babac4910db29 100644 (file)
@@ -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