400-stdint_local_instead_of_host.patch 421 B

12345678910111213
  1. Index: linux-atm-2.4.1/src/include/stdint.h
  2. ===================================================================
  3. --- linux-atm-2.4.1.orig/src/include/stdint.h 2007-10-20 19:19:10.194209414 +0200
  4. +++ linux-atm-2.4.1/src/include/stdint.h 2007-10-20 19:19:18.282670346 +0200
  5. @@ -6,7 +6,7 @@
  6. #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
  7. -#include "/usr/include/stdint.h"
  8. +#include_next <stdint.h>
  9. #elif __GLIBC__ >= 2