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

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- xprobe-0.3.orig/libs-external/USI++/src/ip.cc
0
++ xprobe-0.3/libs-external/USI++/src/ip.cc
Lines 13-18 Link Here
13
#include "usi++/ip.h"
13
#include "usi++/ip.h"
14
14
15
#include "config.h"
15
#include "config.h"
16
#include <cstdlib>
16
#include <iostream>
17
#include <iostream>
17
#include <string.h>
18
#include <string.h>
18
#include <errno.h>
19
#include <errno.h>
19
-- xprobe-0.3.orig/libs-external/USI++/src/misc.cc
20
++ xprobe-0.3/libs-external/USI++/src/misc.cc
Lines 1-5 Link Here
1
#include "usi++/usi++"
1
#include "usi++/usi++"
2
#include "usi++/usi-structs.h"
2
#include "usi++/usi-structs.h"
3
#include <cstdlib>
3
#include <string.h>
4
#include <string.h>
4
#include <unistd.h>
5
#include <unistd.h>
5
#include <sys/ioctl.h>
6
#include <sys/ioctl.h>
6
-- xprobe-0.3.orig/libs-external/USI++/usi++/tcp.h
7
++ xprobe-0.3/libs-external/USI++/usi++/tcp.h
Lines 15-20 Link Here
15
#include "usi-structs.h"
15
#include "usi-structs.h"
16
#include "datalink.h"
16
#include "datalink.h"
17
#include "ip.h"
17
#include "ip.h"
18
#include <cstring>
18
19
19
namespace usipp {
20
namespace usipp {
20
21

Return to bug 219629