From 4ee8f6457c3efb3611da306cac268f397dea20ef Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Thu, 25 Jan 2018 18:01:46 +0000 Subject: [PATCH] Minor style issue introduced in r328346. Pointed by: bde --- sys/fs/ext2fs/ext2_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/ext2fs/ext2_lookup.c b/sys/fs/ext2fs/ext2_lookup.c index 3ae2d7ac42bd..bdb033a8d20a 100644 --- a/sys/fs/ext2fs/ext2_lookup.c +++ b/sys/fs/ext2fs/ext2_lookup.c @@ -145,9 +145,9 @@ ext2_readdir(struct vop_readdir_args *ap) off_t offset, startoffset; size_t readcnt, skipcnt; ssize_t startresid; + u_int ncookies; int DIRBLKSIZ = VTOI(ap->a_vp)->i_e2fs->e2fs_bsize; int error; - u_int ncookies; if (uio->uio_offset < 0) return (EINVAL);