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' for linux-kernel is to send unified diffs (you generally do a 'diff -Nru linux-2.4.xx.clean linux 2.4.xx.dirty' to send a patch...) > > That doesnt make sense. The "default" should be "the one that should work > on the most systems". You're right. But I only know this program to work under Linux, although I think I remember there are some AGP support in FreeBSD (and maybe soon under Solaris ;-)... What I would think now is first to make it work in the greatest number of places where there is AGP support > The version I left as default, should work on any POSIX system. > [eg: the #include <sys/filio.h> I added is part of the standard, I think.] I don't have such a file on my Linux system (RedHat 7.2), so I guess we are stuck into the platform-specific includes... What is declared in 'filio.h' ? a+ -- Nicolas Aspert Signal Processing Laboratory (LTS) Swiss Federal Institute of Technology (EPFL) _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
