]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-io.patch
- adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
[packages/util-linux.git] / util-linux-io.patch
CommitLineData
7d4d68b6
JB
1--- util-linux-2.12/hwclock/cmos.c.orig 2002-07-07 13:08:47.000000000 +0200
2+++ util-linux-2.12/hwclock/cmos.c 2003-12-28 01:00:22.066729304 +0100
3@@ -50,7 +50,7 @@
4 #include "nls.h"
5
6 #if defined(__i386__)
7-#include <asm/io.h> /* for inb, outb */
8+#include <sys/io.h> /* for inb, outb */
9 #elif defined(__alpha__)
10 /* <asm/io.h> fails to compile, probably because of u8 etc */
11 extern unsigned int inb(unsigned long port);
This page took 0.07919 seconds and 4 git commands to generate.