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

(-)file_not_specified_in_diff (-5 / +6 lines)
Line  Link Here
0
-- lib/Client.c++
0
++ lib/Client.c++
Lines 34-40 Link Here
34
#include <syslog.h>
34
#include <syslog.h>
35
#include <errno.h>
35
#include <errno.h>
36
36
37
#include <iostream.h>
37
#include <iostream>
38
38
39
#include "fam.h"
39
#include "fam.h"
40
#include "Client.h"
40
#include "Client.h"
41
-- src/DNotify.c++
41
++ src/DNotify.c++
Lines 31-36 Link Here
31
#include <sys/types.h>
31
#include <sys/types.h>
32
#include <sys/stat.h>
32
#include <sys/stat.h>
33
#include <libgen.h>
33
#include <libgen.h>
34
#include <cstdlib>
34
35
35
#include "DNotify.h"
36
#include "DNotify.h"
36
37
37
-- src/IMon.c++
38
++ src/IMon.c++
Lines 40-46 Link Here
40
#include "Interest.h"
40
#include "Interest.h"
41
#include "Log.h"
41
#include "Log.h"
42
#include "Scheduler.h"
42
#include "Scheduler.h"
43
#include "alloc.h"
43
#include <memory>
44
44
45
int		   IMon::imonfd = -2;
45
int		   IMon::imonfd = -2;
46
IMon::EventHandler IMon::ehandler = NULL;
46
IMon::EventHandler IMon::ehandler = NULL;

Return to bug 215475