summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2006-03-27 23:27:11 +0000
committeravatar <avatar@FreeBSD.org>2006-03-27 23:27:11 +0000
commitef183b9f1611f5c65d679ccd05409150870ee112 (patch)
treede19f1347a8067b7d6acb777bf73ab37131fe31d /sys/compat
parenta258086b155a31bd51f007eedf6609f15ba108f9 (diff)
downloadFreeBSD-src-ef183b9f1611f5c65d679ccd05409150870ee112.zip
FreeBSD-src-ef183b9f1611f5c65d679ccd05409150870ee112.tar.gz
Unbreaking build by removing a now unused variable.
Diffstat (limited to 'sys/compat')
-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