12345678910111213 |
- $Id$
- --- linux-atm-2.4.1/src/include/stdint.h.orig Mon Sep 3 18:40:44 2001
- +++ linux-atm-2.4.1/src/include/stdint.h Sun Jun 18 23:24:20 2006
- @@ -6,7 +6,7 @@
-
- #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
-
- -#include "/usr/include/stdint.h"
- +#include_next <stdint.h>
-
- #elif __GLIBC__ >= 2
-
|