aboutsummaryrefslogtreecommitdiffstats
path: root/main/iputils/net-misc_iputils_files_iputils-20121221-remove-rdisc-glibc-assumption.patch
blob: 08e764dde60b31d475585e7375b6336392e206f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -Naur iputils-s20121221.orig/rdisc.c iputils-s20121221/rdisc.c
--- iputils-s20121221.orig/rdisc.c	2014-01-24 14:59:29.937822762 +0000
+++ iputils-s20121221/rdisc.c	2014-01-23 21:25:58.760288234 +0000
@@ -115,26 +114,7 @@
 
 #define MAXIFS 32
 
-#if !defined(__GLIBC__) || __GLIBC__ < 2
-/* For router advertisement */
-struct icmp_ra
-{
-	u_char	icmp_type;		/* type of message, see below */
-	u_char	icmp_code;		/* type sub code */
-	u_short	icmp_cksum;		/* ones complement cksum of struct */
-	u_char	icmp_num_addrs;
-	u_char	icmp_wpa;		/* Words per address */
-	short 	icmp_lifetime;
-};
-
-struct icmp_ra_addr
-{
-	__u32	ira_addr;
-	__u32	ira_preference;
-};
-#else
 #define icmp_ra icmp
-#endif
 
 /* Router constants */
 #define	MAX_INITIAL_ADVERT_INTERVAL	16