summaryrefslogtreecommitdiff
path: root/missing/strdup.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-0/+57
(which doesn't actually seem to be significantly more efficient than "strdup()", at least not to the extent that it makes any difference to "tcpdump"), modified to use the BSD "strdup()", rather than the old "savestr()", on platforms that lack "strdup()".