From FreeBSD 1.7 by markm. The log message:
authorimp <imp@openbsd.org>
Thu, 3 Apr 1997 07:07:36 +0000 (07:07 +0000)
committerimp <imp@openbsd.org>
Thu, 3 Apr 1997 07:07:36 +0000 (07:07 +0000)
commit14a87c9e7b39ad2a69c63f6450363ca65732a752
tree705afd2bb94cc6aa5112c4c9db55c1fc9582fddc
parentd3311438c6ce7e59abb87308553cb98a167f50aa
From FreeBSD 1.7 by markm.  The log message:
Priorities were broken. If there was an Index: line and ***/--- lines
with valid names, the ***/---names were taken first.
this broke eg:
Index: foo/Makefile
==========
RCS <blah>
Retrieving <blah>
diff <blah>
*** Makefile <blah>
--- Makefile <blah>

By trying to patch the Makefile in the _curent_ directory, rather than
the one in the foo/ directory.
usr.bin/patch/pch.c