simplify realloc loop by not using realloc. we don't care about old data,
authortedu <tedu@openbsd.org>
Mon, 5 Jan 2015 13:14:24 +0000 (13:14 +0000)
committertedu <tedu@openbsd.org>
Mon, 5 Jan 2015 13:14:24 +0000 (13:14 +0000)
commit737e3caaa961e1b84f86d85b65c435a25af1ba12
tree15e9d3db21ce8fda54419de9193ef66117b5da31
parent87c891730d7a9b7c104c13b386983d384da52fc7
simplify realloc loop by not using realloc. we don't care about old data,
so don't make realloc copy it. just allocate what we need.
ok deraadt guenther
bin/ps/fmt.c