opnsense-src/gnu/usr.bin/patch
David E. O'Brien 07b3f0f7db Make it so that 'patch < FUBAR' and 'patch -i FUBAR' operate the same.
The former makes a copy of stdin, but was not accurately putting the
content of stdin into a temp file.  This lead to the undercounting
the number of lines in hunks containing NUL characters when reading
from stdin.  Thus resulting in "unexpected end of file in patch" errors.
2013-07-02 17:09:57 +00:00
..
backupfile.c
backupfile.h
common.h The buffer returned by fgenln is not a "C" string and might not be NUL 2009-09-16 19:53:29 +00:00
config.h
EXTERN.h
inp.c
inp.h
INTERN.h
Makefile - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from 2013-01-29 17:03:18 +00:00
patch.1
patch.c
patchlevel.h
pch.c Make it so that 'patch < FUBAR' and 'patch -i FUBAR' operate the same. 2013-07-02 17:09:57 +00:00
pch.h
util.c
util.h
version.c
version.h