010-header_stupidity.patch 293 B

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