Hello
Make the diff using 'diff -u testgart_original.c testgart_modified.c',
which gives a 'unified' version of the output, which is then correctly
unserstood by the 'patch' command.
*Updated* I saw your other mail and the 'patch -c' gets the context
diffs you sent. However, the 'tradition' f
Philip Brown wrote:
> On Mon, Dec 10, 2001 at 08:02:48AM +0100, Nicolas Aspert wrote:
>
>>...
>>Thanks for the patch. I have not looked at it yet, but let me just tell
>>you that I did NOT write testgart.c ;-) I think that Jeff Hartmann did,
>>
Now I have lokked a bit more into your patch.
1
Philip Brown wrote:
> Hi,
>
> I'm in the process of writing an agpgart driver for a non-linux system.
> Someone pointed me to your testgart.c file.
> Thank you very much for writing it.
> I enclose a patch to make the source a bit more portable.
>
Hello
Thanks for the patch. I have not looked