]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/fam/fam-2.7.0/compile-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / fam / fam-2.7.0 / compile-fix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- fam-2.7.0/src/Listener.c++~compile-fix      2003-01-20 01:37:29.000000000 +0100
7 +++ fam-2.7.0/src/Listener.c++  2004-02-28 23:53:57.000000000 +0100
8 @@ -45,7 +45,7 @@
9  #include "BTree.h"
10  
11  #if !(HAVE_BINDRESVPORT_PROTO)
12 -extern "C" int bindresvport(int sd, struct sockaddr_in *);
13 +extern "C" int bindresvport(int sd, struct sockaddr_in *) throw();
14  #endif
15  
16  struct NegotiatingClient
17 --- fam-2.7.0/src/Log.c++~compile-fix   2003-01-18 15:18:12.000000000 +0100
18 +++ fam-2.7.0/src/Log.c++       2004-02-29 02:23:23.000000000 +0100
19 @@ -264,7 +264,7 @@
20  //  New back end for assert() will log to syslog, put core file
21  //  in known directory.
22  
23 -void __assert(const char *msg, const char *file, int line)
24 +void __assert(const char *msg, const char *file, int line) throw()
25  {
26      char *dirname = new char[strlen(Log::getName()) + 20];
27      (void) sprintf(dirname, "/usr/tmp/%s.%d", Log::getName(), getpid());