Don't initialize error in declaration.
MFC after: 3 weeks
This commit is contained in:
parent
18a9ea872a
commit
46d186a9b4
@ -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