On Fri, Apr 23, 2010 at 05:31:29PM +0200, Petr Salinger wrote: > > --- trunk/libvo/vo_directfb2.c Thu Apr 22 16:02:20 2010 (r31057) > +++ trunk/libvo/vo_directfb2.c Fri Apr 23 12:04:56 2010 (r31058) > @@ -35,9 +35,9 @@ > > #ifdef __linux__ > -#include <sys/kd.h> > -#else > #include <linux/kd.h> > +#else > +#include <sys/kd.h> > #endif > > You could really use <sys/kd.h> everywhere: > http://sourceware.org/git/?p=glibc.git;a=history;f=sysdeps/unix/sysv/linux/sys/kd.h;hb=HEAD
In fact, it seems we can live without that header entirely. I just removed the #include. Diego -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org