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

(-)systemtap-1.6.org/cache.cxx (+1 lines)
Lines 22-27 Link Here
22
#include <sys/stat.h>
22
#include <sys/stat.h>
23
#include <fcntl.h>
23
#include <fcntl.h>
24
#include <glob.h>
24
#include <glob.h>
25
#include <unistd.h>
25
}
26
}
26
27
27
using namespace std;
28
using namespace std;
(-)systemtap-1.6.org/csclient.cxx (+1 lines)
Lines 33-38 Link Here
33
#include <netdb.h>
33
#include <netdb.h>
34
#include <arpa/inet.h>
34
#include <arpa/inet.h>
35
#include <pwd.h>
35
#include <pwd.h>
36
#include <unistd.h>
36
}
37
}
37
38
38
#if HAVE_AVAHI
39
#if HAVE_AVAHI
(-)systemtap-1.6.org/session.cxx (+2 lines)
Lines 30-35 Link Here
30
#include <sys/stat.h>
30
#include <sys/stat.h>
31
#include <sys/utsname.h>
31
#include <sys/utsname.h>
32
#include <elfutils/libdwfl.h>
32
#include <elfutils/libdwfl.h>
33
#include <sys/types.h>
34
#include <unistd.h>
33
}
35
}
34
36
35
#if HAVE_NSS
37
#if HAVE_NSS
(-)systemtap-1.6.org/translate.cxx (-1 / +1 lines)
Lines 5569-5575 Link Here
5569
5569
5570
  ofstream kallsyms_out ((s.tmpdir + "/" + symfile).c_str());
5570
  ofstream kallsyms_out ((s.tmpdir + "/" + symfile).c_str());
5571
5571
5572
  unwindsym_dump_context ctx = { s, kallsyms_out, 0, ~0, s.unwindsym_modules };
5572
  unwindsym_dump_context ctx = { s, kallsyms_out, 0, ~0LU, s.unwindsym_modules };
5573
5573
5574
  // Micro optimization, mainly to speed up tiny regression tests
5574
  // Micro optimization, mainly to speed up tiny regression tests
5575
  // using just begin probe.
5575
  // using just begin probe.

Return to bug 473716