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

(-)gentoo-headers-base-2.6.23_orig/include/linux/if_ppp.h (+4 lines)
Lines 113-118 Link Here
113
	struct ppp_comp_stats stats;
113
	struct ppp_comp_stats stats;
114
};
114
};
115
115
116
#ifdef __KERNEL_STRICT_NAMES
117
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
118
#endif
119
116
/* For PPPIOCGL2TPSTATS */
120
/* For PPPIOCGL2TPSTATS */
117
struct pppol2tp_ioc_stats {
121
struct pppol2tp_ioc_stats {
118
	__u16		tunnel_id;	/* redundant */
122
	__u16		tunnel_id;	/* redundant */
(-)gentoo-headers-base-2.6.23_orig/include/linux/if_pppol2tp.h (+3 lines)
Lines 19-26 Link Here
19
19
20
#ifdef __KERNEL__
20
#ifdef __KERNEL__
21
#include <linux/in.h>
21
#include <linux/in.h>
22
#else
23
#include <netinet/in.h>
22
#endif
24
#endif
23
25
26
24
/* Structure used to connect() the socket to a particular tunnel UDP
27
/* Structure used to connect() the socket to a particular tunnel UDP
25
 * socket.
28
 * socket.
26
 */
29
 */

Return to bug 204448