summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/compat/linux/linux_misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 2d7f8a2..5aa13cd 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -1405,7 +1405,6 @@ linux_getpriority(struct thread *td, struct linux_getpriority_args *args)
int
linux_sethostname(struct thread *td, struct linux_sethostname_args *args)
{
- struct proc *p = td->td_proc;
int name[2];
int error;
OpenPOWER on IntegriCloud