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

(-)/tmp/linux-atm-2.4.1/src/arpd/io.c (+3 lines)
Lines 16-22 Link Here
16
#include <sys/types.h>
16
#include <sys/types.h>
17
#include <sys/socket.h>
17
#include <sys/socket.h>
18
#include <sys/ioctl.h>
18
#include <sys/ioctl.h>
19
#include <linux/version.h>
20
#if	LINUX_VERSION_CODE != KERNEL_VERSION(2,6,17)
19
#include <net/if.h>
21
#include <net/if.h>
22
#endif
20
#include <netinet/in.h>
23
#include <netinet/in.h>
21
#include <atm.h>
24
#include <atm.h>
22
#include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */
25
#include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */

Return to bug 160381