Don't initialize error in declaration.
MFC after: 3 weeks
This commit is contained in:
parent
d3f3739a7d
commit
cc470df80f
@ -152,7 +152,7 @@ fdesc_allocvp(fdntype ftype, unsigned fd_fd, int ix, struct mount *mp,
|
||||
struct fdescnode *fd, *fd2;
|
||||
struct vnode *vp, *vp2;
|
||||
struct thread *td;
|
||||
int error = 0;
|
||||
int error;
|
||||
|
||||
td = curthread;
|
||||
fc = FD_NHASH(ix);
|
||||
|
Loading…
Reference in New Issue
Block a user