freebsd-skq/usr.bin/patch
pfg 9d66b62520 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 Drop build option switch for the older GNU patch. 2013-08-29 00:38:24 +00:00
mkpath.c
patch.1 Avoid zeroing during allocation. 2014-06-12 19:01:57 +00:00
patch.c Improve bsdpatch usability: 2013-09-26 18:00:45 +00:00
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 Improve bsdpatch usability: 2013-09-26 18:00:45 +00:00
util.h