diff options
Diffstat (limited to 'accel-pppd/session.c')
-rw-r--r-- | accel-pppd/session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/session.c b/accel-pppd/session.c index 380552a7..f60c3802 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; |