Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126597 | Differences between
and this patch

Collapse All | Expand All

(-)trickle-1.06.org/client.c (-1 / +1 lines)
Lines 34-40 Link Here
34
#include <string.h>
34
#include <string.h>
35
35
36
#ifdef HAVE_NETINET_IN_H
36
#ifdef HAVE_NETINET_IN_H
37
#include <netinet/in.h>
37
#include <linux/in.h>
38
#endif /* HAVE_NETINET_IN_H */
38
#endif /* HAVE_NETINET_IN_H */
39
39
40
#include "print.h"
40
#include "print.h"
(-)trickle-1.06.org/tricklectl.c (-1 / +1 lines)
Lines 33-39 Link Here
33
#endif /* defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME) */
33
#endif /* defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME) */
34
34
35
#ifdef HAVE_NETINET_IN_H
35
#ifdef HAVE_NETINET_IN_H
36
#include <netinet/in.h>
36
#include <linux/in.h>
37
#endif /* HAVE_NETINET_IN_H */
37
#endif /* HAVE_NETINET_IN_H */
38
38
39
#include "message.h"
39
#include "message.h"
(-)trickle-1.06.org/trickled.c (-2 / +2 lines)
Lines 30-37 Link Here
30
#include <sys/time.h>
30
#include <sys/time.h>
31
#endif /* HAVE_SYS_TIME_H */
31
#endif /* HAVE_SYS_TIME_H */
32
32
33
#include <netinet/in.h>
33
#include <linux/in.h>
34
#include <netinet/in_systm.h>
34
/* #include <netinet/in_systm.h> */
35
35
36
#ifdef HAVE_ERR_H
36
#ifdef HAVE_ERR_H
37
#include <err.h>
37
#include <err.h>
(-)trickle-1.06.org/trickledu.c (-1 / +1 lines)
Lines 30-36 Link Here
30
#endif /* defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME) */
30
#endif /* defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME) */
31
31
32
#ifdef HAVE_NETINET_IN_H
32
#ifdef HAVE_NETINET_IN_H
33
#include <netinet/in.h>
33
#include <linux/in.h>
34
#endif /* HAVE_NETINET_IN_H */
34
#endif /* HAVE_NETINET_IN_H */
35
35
36
#include "trickle.h"
36
#include "trickle.h"
(-)trickle-1.06.org/trickle-overload.c (-1 / +1 lines)
Lines 24-30 Link Here
24
#include <sys/time.h>
24
#include <sys/time.h>
25
#endif /* HAVE_SYS_TIME_H */
25
#endif /* HAVE_SYS_TIME_H */
26
26
27
#include <netinet/in.h>
27
#include <linux/in.h>
28
28
29
#ifdef HAVE_ERR_H
29
#ifdef HAVE_ERR_H
30
#include <err.h>
30
#include <err.h>

Return to bug 126597