aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2006-03-27 23:27:11 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2006-03-27 23:27:11 +0000
commitd9d46ed2583f75394c885f0d8dbf270db6722737 (patch)
treede19f1347a8067b7d6acb777bf73ab37131fe31d
parentea3d03fb07fdb2023234ba0e7cbfeab907ef73d1 (diff)
downloadsrc-d9d46ed2583f75394c885f0d8dbf270db6722737.tar.gz
src-d9d46ed2583f75394c885f0d8dbf270db6722737.zip
Unbreaking build by removing a now unused variable.
Notes
Notes: svn path=/head/; revision=157189
-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 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;