--- raine/source/alleg/display.c.orig 2002-09-07 09:56:00.000000000 +0200 +++ raine/source/alleg/display.c 2002-11-24 04:23:17.000000000 +0100 @@ -23,8 +23,6 @@ // hardware scaling instead - it makes things MUCH easier. #ifdef RAINE_UNIX -#ifndef ALLEGRO_LINUX -// These are not defined by freebsd, but they could... static inline unsigned char inportb(unsigned short port) { unsigned char value; @@ -42,8 +40,6 @@ __asm__ volatile ("outw %0, %1" : : "a" (value), "d" (port)); } -#endif - #define outp(a,b) outportb(a,b) #define inp(a) inportb(a)