Subject: patch broken in -current?
To: None <current-users@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: current-users
Date: 12/08/2004 20:41:53
After recompiling with the latest binutils, patch(1) no longer works.  There 
seems to be a bug in the argument parsing, in that

 patch -F0

fails.  HOWEVER, putting a print statement in the case 'F' loop shows it 
indeed is parsed properly.

Did something odd change here?

--Michael