I am figuring something like patch -u bzflag < patch.diff for a bzflag only patch, but it doesn't seem to work.............
Maybe the arrow is pointing in the wrong direction? Just a guess. It's been a while since I've attempted to make a patch.
patch -u bzflag > patch.diff
patch -p0 < patch.diff works.. this is *applying* them..
I am figuring something like patch -u bzflag < patch.diff for a bzflag only patch, but it doesn't seem to work.............
Maybe the arrow is pointing in the wrong direction? Just a guess. It's been a while since I've attempted to make a patch.
patch -u bzflag > patch.diff
patch -p0 < patch.diff works.. this is *applying* them..