Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217734 | Differences between
and this patch

Collapse All | Expand All

(-)dansguardian-2.9.9.3~/src/ConfigVar.hpp (+1 lines)
Lines 24-29 Link Here
24
24
25
// INCLUDES
25
// INCLUDES
26
#include <map>
26
#include <map>
27
#include <cstring>
27
#include "String.hpp"
28
#include "String.hpp"
28
29
29
30
(-)dansguardian-2.9.9.3~/src/ConnectionHandler.cpp (+1 lines)
Lines 40-45 Link Here
40
#include <sys/time.h>
40
#include <sys/time.h>
41
#include <fcntl.h>
41
#include <fcntl.h>
42
#include <sys/stat.h>
42
#include <sys/stat.h>
43
#include <cstring>
43
44
44
#ifdef __GCCVER3
45
#ifdef __GCCVER3
45
#include <istream>
46
#include <istream>
(-)dansguardian-2.9.9.3~/src/DataBuffer.cpp (+1 lines)
Lines 34-39 Link Here
34
#include <fstream>
34
#include <fstream>
35
#include <sys/time.h>
35
#include <sys/time.h>
36
#include <queue>
36
#include <queue>
37
#include <cstring>
37
38
38
#ifdef __GCCVER3
39
#ifdef __GCCVER3
39
#include <istream>
40
#include <istream>
(-)dansguardian-2.9.9.3~/src/RegExp.cpp (+1 lines)
Lines 24-29 Link Here
24
24
25
#include "RegExp.hpp"
25
#include "RegExp.hpp"
26
#include <iostream>
26
#include <iostream>
27
#include <cstring>
27
28
28
// constructor - set defaults
29
// constructor - set defaults
29
RegExp::RegExp():imatched(false), wascompiled(false)
30
RegExp::RegExp():imatched(false), wascompiled(false)
(-)dansguardian-2.9.9.3~/src/String.cpp (+2 lines)
Lines 24-29 Link Here
24
24
25
#include "String.hpp"
25
#include "String.hpp"
26
#include "md5.hpp"
26
#include "md5.hpp"
27
#include <stdlib.h>
28
#include <cstring>
27
29
28
#if defined(__GNUC__) && __GNUC__ < 3 && __GNUC_MINOR__ < 96
30
#if defined(__GNUC__) && __GNUC__ < 3 && __GNUC_MINOR__ < 96
29
#warning "Using strstream instead of sstream"
31
#warning "Using strstream instead of sstream"

Return to bug 217734