Hugh Gibson wrote: >I've been wondering how to apply patches. As far as I can tell from >Cederqvist I need to use the patch utility. > Get native path from here: http://unxutils.sourceforge.net/ Then go to the directory where the patch is saved, and do "patch < patchfile". If it complains, try "patch -p0 < patchfile". -Torsten