1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Add missing {.

MFC after:	1 month
This commit is contained in:
Pawel Jakub Dawidek 2012-06-13 21:13:18 +00:00
parent 85c1550d63
commit 81424ab705
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237030

View File

@ -1113,7 +1113,7 @@ kern_openat(struct thread *td, int fd, char *path, enum uio_seg pathseg,
return (EINVAL);
} else if ((flags & O_ACCMODE) == O_ACCMODE) {
return (EINVAL);
} else
} else {
flags = FFLAGS(flags);
}