On Thu, May 17, 2007 at 06:42:15PM +0200, Petr Salinger wrote: > --- vbetool-0.7/vbetool.c > +++ vbetool-0.7/vbetool.c > @@ -42,7 +42,9 @@ > exit(1); > } > > +#if !(defined(__FreeBSD_kernel__) && defined(__x86_64__)) > ioperm(0, 1024, 1); > +#endif
Does the code work with this change? I'd be suspicious... -- Matthew Garrett | [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

