]> git.pld-linux.org Git - packages/diag-ether.git/blob - diag-ether-tulip-diag.patch
- spelling fixes, unifications
[packages/diag-ether.git] / diag-ether-tulip-diag.patch
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.049404 seconds and 3 git commands to generate.