On Mon, Mar 03, 2003 at 02:35:48PM -0800, Vasco Alexandre da Silva Costa wrote:
On Mon, 3 Mar 2003, Stepan Roh wrote:
Your patch is not correct, it has incomplete last header (for
gui_stuff.h). But code itself works great.
Doh. That is what I get for hand-converting from RCS diff to patch format.
:-P
I guess I'll get some script to do this for me in the future.
Try this. I wrote it to "un-CVS" a cvs diff, but it does a lot more now.
Patches on pubserver are fed through this before they are applied.
A possible way to apply:
case "`cvsdiff2udiff $patch | p0p1`" in
-p*) cvsdiff2udiff $patch | patch -f || exit 1;;
*) exit 3;;
esac