Don't initialize error in declaration.

MFC after:	3 weeks
This commit is contained in:
dchagin 2017-07-08 21:15:46 +00:00
parent d3f3739a7d
commit cc470df80f

View File

@ -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);