]> git.pld-linux.org Git - packages/diag-ether.git/blame - diag-ether-tulip-diag.patch
- gcc3 fix
[packages/diag-ether.git] / diag-ether-tulip-diag.patch
CommitLineData
a05bc8cf 1--- diag-ether/tulip-diag.c.org 2004-02-22 21:55:34.000000000 +0000
2+++ diag-ether/tulip-diag.c 2004-02-22 22:01:59.000000000 +0000
3@@ -91,7 +91,7 @@
4 #include <ctype.h>
5
6 #include <asm/types.h>
7-#include <asm/unaligned.h>
8+#define get_unaligned(ptr) (*(ptr))
9
10 #if defined(__linux__) && __GNU_LIBRARY__ == 1
11 #include <asm/io.h> /* Newer libraries use <sys/io.h> instead. */
This page took 0.081897 seconds and 4 git commands to generate.