Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / lib / gcc40 / libstdc++ / os_defines.h.patch
1 $DragonFly: src/gnu/lib/gcc40/libstdc++/Attic/os_defines.h.patch,v 1.1 2005/06/05 22:43:21 corecode Exp $
2
3 Index: os_defines.h
4 ===================================================================
5 RCS file: /cvs/src/contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/os_defines.h,v
6 retrieving revision 1.3
7 diff -u -r1.3 os_defines.h
8 --- config/os/bsd/netbsd/os_defines.h   2 Mar 2005 00:56:21 -0000       1.3
9 +++ config/os/bsd/netbsd/os_defines.h   9 Mar 2005 17:21:36 -0000
10 @@ -33,6 +33,6 @@
11  // System-specific #define, typedefs, corrections, etc, go here.  This
12  // file will come before all others.
13  
14 -#define __ssize_t ssize_t
15 +#include <sys/types.h>
16  
17  #endif