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

(-)file_not_specified_in_diff (-5 / +11 lines)
Line  Link Here
0
-- a/appargs.cpp
0
++ b/appargs.cpp
Lines 19-24 Link Here
19
 * 
19
 * 
20
 */
20
 */
21
21
22
#include <string.h>
22
23
23
#include "strtok.h"
24
#include "strtok.h"
24
25
25
-- a/icd-main.cpp
26
++ b/icd-main.cpp
Lines 23-28 Link Here
23
#include <errno.h>
23
#include <errno.h>
24
#include <sys/poll.h>
24
#include <sys/poll.h>
25
#include <sys/stat.h>
25
#include <sys/stat.h>
26
#include <string.h>
26
27
27
#include "inotify-cxx.h"
28
#include "inotify-cxx.h"
28
#include "appinst.h"
29
#include "appinst.h"
29
-- a/ict-main.cpp
30
++ b/ict-main.cpp
Lines 25-30 Link Here
25
#include <fcntl.h>
25
#include <fcntl.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <limits.h>
27
#include <limits.h>
28
#include <string.h>
28
29
29
#include "inotify-cxx.h"
30
#include "inotify-cxx.h"
30
#include "appargs.h"
31
#include "appargs.h"
31
-- a/incroncfg.cpp
32
++ b/incroncfg.cpp
Lines 17-22 Link Here
17
#include <fstream>
17
#include <fstream>
18
#include <sstream>
18
#include <sstream>
19
19
20
#include <string.h>
21
20
#include "incroncfg.h"
22
#include "incroncfg.h"
21
23
22
24
23
-- a/usertable.cpp
25
++ b/usertable.cpp
Lines 25-30 Link Here
25
#include <grp.h>
25
#include <grp.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <sys/stat.h>
27
#include <sys/stat.h>
28
#include <string.h>
28
29
29
#include "usertable.h"
30
#include "usertable.h"
30
#include "incroncfg.h"
31
#include "incroncfg.h"

Return to bug 219673