From d9d46ed2583f75394c885f0d8dbf270db6722737 Mon Sep 17 00:00:00 2001 From: Tai-hwa Liang Date: Mon, 27 Mar 2006 23:27:11 +0000 Subject: Unbreaking build by removing a now unused variable. --- sys/compat/linux/linux_misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 2d7f8a2e3528..5aa13cd49240 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; -- cgit v1.2.3