opnsense-src/usr.bin/patch
Stefan Eßer 2360cb0eea The error handling for writes to the target file could lead to the final
fclose() being skipped. Fix this by using boolean "&" and "|" instead of
short-cut operators "&&" and "||".
While here, increment the last part of the version string. The reason is
the fixed output file selection logic in pch.c, which was committed as
r250943, yesterday.

Reviewed by:	pfg
2013-05-24 18:54:52 +00:00
..
backupfile.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
backupfile.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
common.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
inp.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
inp.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
Makefile - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
mkpath.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
patch.1 Remove contractions. 2013-04-11 18:46:41 +00:00
patch.c The error handling for writes to the target file could lead to the final 2013-05-24 18:54:52 +00:00
pathnames.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
pch.c Fix target selection logic, which did not comply with the man page. 2013-05-23 20:57:20 +00:00
pch.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
util.c The error handling for writes to the target file could lead to the final 2013-05-24 18:54:52 +00:00
util.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00