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

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- ../nxcompshad/Misc.h
0
++ ../nxcompshad/Misc.h
Lines 18-27 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
#include <iostream>
22
22
23
#include <errno.h>
23
#include <cerrno>
24
#include <string.h>
24
#include <cstring>
25
25
26
//
26
//
27
// Error handling macros.
27
// Error handling macros.
Lines 35-40 Link Here
35
// Log file.
35
// Log file.
36
//
36
//
37
37
38
extern ostream *logofs;
38
extern std::ostream *logofs;
39
39
40
#endif /* Misc_H */
40
#endif /* Misc_H */

Return to bug 215489