This directory contains source code patches for converting a pristine XFree86 4.0.1 source tree to 4.0.2. These patches are useless to you unless you have the XFree86 4.0.1 source tree. They cannot be used to update a binary distribution. The patch files are: 4.0.1-4.0.2.diff1.gz 4.0.1-4.0.2.diff2.gz 4.0.1-4.0.2.diff3.gz 4.0.1-4.0.2.diff4.gz 4.0.2.tgz To apply them, go the directory that contains your 'xc' source directory and run: gzip -d < 4.0.1-4.0.2.diff1.gz | patch -p0 -E gzip -d < 4.0.1-4.0.2.diff2.gz | patch -p0 -E gzip -d < 4.0.1-4.0.2.diff3.gz | patch -p0 -E gzip -d < 4.0.1-4.0.2.diff4.gz | patch -p0 -E gzip -d < 4.0.2.tgz | tar vxf -