diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index f26a4edc731..74c0bda9f96 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -1017,7 +1017,7 @@ fetch_robust_entry(struct linux_robust_list **entry, void release_futexes(struct thread *td, struct linux_emuldata *em) { - struct linux_robust_list_head *head = NULL; + struct linux_robust_list_head *head; struct linux_robust_list *entry, *next_entry, *pending; unsigned int limit = 2048, pi, next_pi, pip; uint32_t *uaddr;