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

Collapse All | Expand All

(-)BlockCacheSet.cpp (-1 / +3 lines)
Lines 15-21 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
#include <iostream.h>
18
using namespace std;
19
20
#include <iostream>
19
#include "BlockCacheSet.h"
21
#include "BlockCacheSet.h"
20
22
21
23
(-)Loop.cpp (-1 / +3 lines)
Lines 15-20 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
using namespace std;
19
18
#include <stdio.h>
20
#include <stdio.h>
19
#include <stdlib.h>
21
#include <stdlib.h>
20
#include <unistd.h>
22
#include <unistd.h>
Lines 29-35 Link Here
29
#include <dirent.h>
31
#include <dirent.h>
30
#include <pwd.h>
32
#include <pwd.h>
31
33
32
#include <fstream.h>
34
#include <fstream>
33
#include <fcntl.h>
35
#include <fcntl.h>
34
36
35
#include <sys/types.h>
37
#include <sys/types.h>
(-)Message.cpp (-1 / +3 lines)
Lines 15-22 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
using namespace std;
19
18
#include <stdio.h>
20
#include <stdio.h>
19
#include <fstream.h>
21
#include <fstream>
20
#include <unistd.h>
22
#include <unistd.h>
21
#include <string.h>
23
#include <string.h>
22
24
(-)Misc.cpp (-1 / +3 lines)
Lines 15-21 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
#include <iostream.h>
18
using namespace std;
19
20
#include <iostream>
19
#include <stdio.h>
21
#include <stdio.h>
20
#include <ctype.h>
22
#include <ctype.h>
21
#include <stdlib.h>
23
#include <stdlib.h>
(-)Misc.h (-2 / +4 lines)
Lines 18-25 Link Here
18
#ifndef Misc_H
18
#ifndef Misc_H
19
#define Misc_H
19
#define Misc_H
20
20
21
#include <iostream.h>
21
using namespace std;
22
#include <fstream.h>
22
23
#include <iostream>
24
#include <fstream>
23
25
24
#include <errno.h>
26
#include <errno.h>
25
#include <string.h>
27
#include <string.h>
(-)Proxy.cpp (-1 / +3 lines)
Lines 15-24 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
using namespace std;
19
18
#include <stdio.h>
20
#include <stdio.h>
19
#include <unistd.h>
21
#include <unistd.h>
20
#include <stdlib.h>
22
#include <stdlib.h>
21
#include <fstream.h>
23
#include <fstream>
22
#include <sys/types.h>
24
#include <sys/types.h>
23
#include <sys/stat.h>
25
#include <sys/stat.h>
24
26
(-)Split.cpp (-1 / +3 lines)
Lines 15-21 Link Here
15
/*                                                                        */
15
/*                                                                        */
16
/**************************************************************************/
16
/**************************************************************************/
17
17
18
#include <fstream.h>
18
using namespace std;
19
20
#include <fstream>
19
#include <unistd.h>
21
#include <unistd.h>
20
#include <string.h>
22
#include <string.h>
21
#include <sys/stat.h>
23
#include <sys/stat.h>

Return to bug 154132