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:
parent
85c1550d63
commit
81424ab705
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237030
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user