Make LINT compile
This commit is contained in:
parent
20021e6afd
commit
a546742dd7
@ -135,7 +135,6 @@ fdesc_root(mp, vpp, td)
|
||||
struct vnode **vpp;
|
||||
struct thread *td;
|
||||
{
|
||||
struct thread *td = curthread; /* XXX */
|
||||
struct vnode *vp;
|
||||
|
||||
/*
|
||||
|
@ -199,7 +199,6 @@ portal_root(mp, vpp, td)
|
||||
struct vnode **vpp;
|
||||
struct thread *td;
|
||||
{
|
||||
struct thread *td = curthread; /* XXX */
|
||||
struct vnode *vp;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user