Hi,

Attached is the diff for my rio 1.07-11.1 NMU.
diff -u rio-1.07/rio.cpp rio-1.07/rio.cpp
--- rio-1.07/rio.cpp
+++ rio-1.07/rio.cpp
@@ -80,8 +80,12 @@
        
        // Changed per bug Debian bug 88779
        #if !defined(__alpha__)
+       #if __GLIBC__
+       #include        <sys/io.h>
+       #else
        #include        <asm/io.h>
        #endif
+       #endif
 
        #define         OUTPORT(p,v)                    outb( v, p )
        #define         INPORT(p)                               inb( p )
diff -u rio-1.07/debian/changelog rio-1.07/debian/changelog
--- rio-1.07/debian/changelog
+++ rio-1.07/debian/changelog
@@ -1,3 +1,10 @@
+rio (1.07-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Include sys/io.h rather than asm/io.h (Closes: 429010).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Wed, 18 Jul 2007 12:04:16 +0200
+
 rio (1.07-11) unstable; urgency=low
 
   * Policy compliant up to 3.6.2.0, quoted strings in menu file.
@@ -105,3 +111,0 @@
-Local variables:
-mode: debian-changelog
-End:

Attachment: pgpS2s98wYK6h.pgp
Description: PGP signature



Reply via email to