freebsd-skq/usr.bin/patch
Pedro F. Giffuni 9f00ccd37a 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().

While here 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"

MFC after:	1 week
2014-06-12 19:01:57 +00:00
..
backupfile.c
backupfile.h
common.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
inp.c
inp.h
Makefile
mkpath.c
patch.1 Avoid zeroing during allocation. 2014-06-12 19:01:57 +00:00
patch.c
pathnames.h
pch.c Avoid zeroing during allocation. 2014-06-12 19:01:57 +00:00
pch.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
util.c
util.h