diff options
author | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-03-27 23:27:11 +0000 |
---|---|---|
committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-03-27 23:27:11 +0000 |
commit | d9d46ed2583f75394c885f0d8dbf270db6722737 (patch) | |
tree | de19f1347a8067b7d6acb777bf73ab37131fe31d | |
parent | ea3d03fb07fdb2023234ba0e7cbfeab907ef73d1 (diff) | |
download | src-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.c | 1 |
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; |