]> The Tcpdump Group git mirrors - tcpdump/commit
Patch from Pekka Savola <[email protected]> to get rid of "savestr()"
authorguy <guy>
Sat, 20 Jan 2001 07:22:20 +0000 (07:22 +0000)
committerguy <guy>
Sat, 20 Jan 2001 07:22:20 +0000 (07:22 +0000)
commit84018cc541345fdda9e3f1a2b5123d21e268ca30
treeb3c64e4794c8dfff856615584259876f027d824d
parentbf6db141f6229adc02adef80b5d970bf38fbe098
Patch from Pekka Savola <[email protected]> to get rid of "savestr()"
(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()".
FILES
addrtoname.c
config.h.in
configure
configure.in
interface.h
missing/strdup.c [new file with mode: 0644]
print-atalk.c
print-decnet.c
savestr.c [deleted file]
savestr.h [deleted file]