Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 208637
Collapse All | Expand All

(-)libmusicbrainz-2.1.4/lib/comhttpsocket.cpp.orig (+1 lines)
Lines 20-25 Link Here
20
#endif
20
#endif
21
#include <stdlib.h>
21
#include <stdlib.h>
22
#include <assert.h>
22
#include <assert.h>
23
#include <cstring>
23
24
24
const char* g_strCOMVer = "libmusicbrainz/"VERSION;
25
const char* g_strCOMVer = "libmusicbrainz/"VERSION;
25
26
(-)libmusicbrainz-2.1.4/lib/c_wrapper.cpp.orig (+1 lines)
Lines 24-29 Link Here
24
#include "musicbrainz.h"
24
#include "musicbrainz.h"
25
#include "trm.h"
25
#include "trm.h"
26
#include "mb_c.h"
26
#include "mb_c.h"
27
#include <cstring>
27
28
28
extern "C"
29
extern "C"
29
{
30
{
(-)libmusicbrainz-2.1.4/lib/comsocket.cpp.orig (+1 lines)
Lines 43-48 Link Here
43
#include <fcntl.h>
43
#include <fcntl.h>
44
#include <net/if.h>
44
#include <net/if.h>
45
#include <sys/ioctl.h>
45
#include <sys/ioctl.h>
46
#include <cstring>
46
#endif
47
#endif
47
48
48
#define mb_socklen_t ACCEPT_ARG3
49
#define mb_socklen_t ACCEPT_ARG3
(-)libmusicbrainz-2.1.4/lib/http.cpp.orig (+2 lines)
Lines 26-31 Link Here
26
#include <sys/types.h>
26
#include <sys/types.h>
27
#include <sys/stat.h>
27
#include <sys/stat.h>
28
#include <ctype.h>
28
#include <ctype.h>
29
#include <cstring>
30
#include <cstdlib>
29
#ifndef WIN32
31
#ifndef WIN32
30
#include <sys/time.h>
32
#include <sys/time.h>
31
#endif
33
#endif
(-)libmusicbrainz-2.1.4/lib/sigclient.cpp.orig (+2 lines)
Lines 38-43 Link Here
38
38
39
#include "sigxdr.h"
39
#include "sigxdr.h"
40
40
41
#include <cstring>
42
41
char tooShortTRM[] = { 0xf9, 0x80, 0x9a, 0xb1, 0x2b, 0x0f, 0x4d, 0x78, 
43
char tooShortTRM[] = { 0xf9, 0x80, 0x9a, 0xb1, 0x2b, 0x0f, 0x4d, 0x78, 
42
                       0x88, 0x62, 0xfb, 0x42, 0x5a, 0xde, 0x8a, 0xb9 };
44
                       0x88, 0x62, 0xfb, 0x42, 0x5a, 0xde, 0x8a, 0xb9 };
43
char sigserverBusyTRM[] = { 0xc4, 0x57, 0xa4, 0xa8, 0xb3, 0x42, 0x4e, 0xc9, 
45
char sigserverBusyTRM[] = { 0xc4, 0x57, 0xa4, 0xa8, 0xb3, 0x42, 0x4e, 0xc9, 

Return to bug 208637