initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / base / gcc / undef_gnu_src.patch.dietlibc
1 --- ./gcc/intl/loadmsgcat.c.orig        2003-01-25 18:12:35.000000000 +0100
2 +++ ./gcc/intl/loadmsgcat.c     2003-01-25 18:14:01.000000000 +0100
3 @@ -22,6 +22,10 @@
4  #ifndef _GNU_SOURCE
5  # define _GNU_SOURCE    1
6  #endif
7 +#ifdef _GNU_SOURCE
8 +# undef _GNU_SOURCE
9 +# define _BSD_SOURCE 1
10 +#endif
11  
12  #ifdef HAVE_CONFIG_H
13  # include <config.h>