]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qt / qt-x11-free-4.0.1 / fix-resinit-declaration.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-x11-opensource-src-4.0.1/src/qt3support/network/q3dns.cpp~fix-resinit-declaration
7 +++ qt-x11-opensource-src-4.0.1/src/qt3support/network/q3dns.cpp
8 @@ -30,7 +30,7 @@
9  # include <netinet/in.h>
10  # include <arpa/nameser.h>
11  # include <resolv.h>
12 -extern "C" int res_init();
13 +extern "C" int res_init() throw ();
14  #endif
15  
16  // POSIX Large File Support redefines open -> open64