diff options
author | pfg <pfg@FreeBSD.org> | 2014-06-21 01:48:45 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-06-21 01:48:45 +0000 |
commit | 56eadad6c552cf366b03f1759d7794ccc97291f7 (patch) | |
tree | f52e00e34423d07617c8faeafa9b81f346ef1901 /usr.bin/tar | |
parent | a63ff939c2a4f901e3d48c6fa8fc2198291561ff (diff) | |
download | FreeBSD-src-56eadad6c552cf366b03f1759d7794ccc97291f7.zip FreeBSD-src-56eadad6c552cf366b03f1759d7794ccc97291f7.tar.gz |
MFC r267426, r267464:
Avoid zeroing during allocation.
This change reverts a change from OpenBSD which made use of
calloc, and therefore wasted time initializing arrays that
will later be realloc'ed.
Consistently use FreeBSD's reallocf():
- Drop some bogus casts to size_t.
- The new_p_foo variables are not needed anymore.
Also merge the changes from OpenBSD's manpage
patch.1 Rev 1.27:
"patch was moved from user portability (UP) to base in issue 7
and is no longer optional"
Diffstat (limited to 'usr.bin/tar')
0 files changed, 0 insertions, 0 deletions