PPP, from PPPD upstream, Eliminate some unnecessary ifdefs

This commit is contained in:
Sylvain Rochet
2014-12-24 23:12:30 +01:00
parent e39d012312
commit 369e9fbf08
4 changed files with 21 additions and 10 deletions

View File

@@ -163,9 +163,7 @@ typedef struct ipv6cp_options {
unsigned int opt_remote :1; /* histoken set by option */
unsigned int use_ip :1; /* use IP as interface identifier */
#if 0
#if defined(SOL2) || defined(__linux__)
unsigned int use_persistent :1; /* use uniquely persistent value for address */
#endif /* defined(SOL2) */
#endif
unsigned int neg_vj :1; /* Van Jacobson Compression? */
unsigned int :1; /* 1 bit of padding to round out to 8 bits */