]> git.pld-linux.org Git - packages/diag-ether.git/blobdiff - diag-ether-tulip-diag.patch
- gcc3 fix
[packages/diag-ether.git] / diag-ether-tulip-diag.patch
diff --git a/diag-ether-tulip-diag.patch b/diag-ether-tulip-diag.patch
new file mode 100644 (file)
index 0000000..3da1183
--- /dev/null
@@ -0,0 +1,11 @@
+--- diag-ether/tulip-diag.c.org        2004-02-22 21:55:34.000000000 +0000
++++ diag-ether/tulip-diag.c    2004-02-22 22:01:59.000000000 +0000
+@@ -91,7 +91,7 @@
+ #include <ctype.h>
+ #include <asm/types.h>
+-#include <asm/unaligned.h>
++#define get_unaligned(ptr) (*(ptr))
+ #if defined(__linux__)  &&  __GNU_LIBRARY__ == 1
+ #include <asm/io.h>                   /* Newer libraries use <sys/io.h> instead. */
This page took 0.057158 seconds and 4 git commands to generate.