--- util-linux-2.12/hwclock/cmos.c.orig 2002-07-07 13:08:47.000000000 +0200 +++ util-linux-2.12/hwclock/cmos.c 2003-12-28 01:00:22.066729304 +0100 @@ -50,7 +50,7 @@ #include "nls.h" #if defined(__i386__) -#include /* for inb, outb */ +#include /* for inb, outb */ #elif defined(__alpha__) /* fails to compile, probably because of u8 etc */ extern unsigned int inb(unsigned long port);