From 338e86560f0bb991852f977ff5376a2d9fb71b20 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Tue, 11 Jun 2013 23:01:28 +0400 Subject: ipoe: fixed mask calculation for gw-ip-address ipoe: pass router=siaddr if router was not configured by other way --- accel-pppd/session.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accel-pppd/session.c') diff --git a/accel-pppd/session.c b/accel-pppd/session.c index 380552a..f60c380 100644 --- a/accel-pppd/session.c +++ b/accel-pppd/session.c @@ -42,7 +42,9 @@ int __export sock6_fd; int __export urandom_fd; int __export ap_shutdown; +#if __WORDSIZE == 32 static spinlock_t seq_lock; +#endif static long long unsigned seq; static struct timespec seq_ts; -- cgit v1.2.3