From ef183b9f1611f5c65d679ccd05409150870ee112 Mon Sep 17 00:00:00 2001 From: avatar 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(-) (limited to 'sys/compat/linux/linux_misc.c') 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; -- cgit v1.1