Merge branch 'org.openembedded.dev' of git@git.openembedded.net:/openembedded into...
[vuplus_openembedded] / packages / netkit-base / netkit-base-0.17 / gcc4_buildfix.patch
1 --- bla/inetd/servtab.c 2000-07-22 22:20:50.000000000 +0200
2 +++ bla/inetd/servtab.c 2006-03-01 15:26:46.000000000 +0100
3 @@ -771,7 +771,7 @@
4                         return;
5                 }
6                 
7 -#define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;}
8 +#define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;}
9  
10                 /*
11                  * sep->se_wait may be holding the pid of a daemon