On Tue, 2003-07-01 at 01:13, Michel Dänzer wrote: > On Mon, 2003-06-30 at 16:58, Colin Leroy wrote: > > > > Index: linux/drm/kernel/drmP.h > > =================================================================== > > RCS file: > > /cvsroot/dri/xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drmP.h,v > > retrieving revision 1.56.2.6 > > diff -u -u -r1.56.2.6 drmP.h > > --- linux/drm/kernel/drmP.h 30 Apr 2003 16:07:21 > > -0000 1.56.2.6 > > +++ linux/drm/kernel/drmP.h 30 Jun 2003 14:39:07 -0000 > > @@ -48,8 +48,12 @@ > > #include <linux/init.h> > > #include <linux/file.h> > > #include <linux/pci.h> > > -#include <linux/wrapper.h> > > #include <linux/version.h> > > + > > +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,1) > > +#include <linux/wrapper.h> > > +#endif > > + > > #include <linux/sched.h> > > #include <linux/smp_lock.h> /* For (un)lock_kernel */ > > #include <linux/mm.h> > > What's this for? The linux/wrapper.h header seems to have been around > since 2.2 at least.
Never mind, I misread the patch... are you sure the version comparison is correct though? :) -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel