nandtool: Add missing mode for open() with O_CREAT
If O_CREAT is given, open() needs a mode argument. Follow the umask by
passing 0666.
Reviewed by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D13607
nandtool: Add missing mode for open() with O_CREAT Tags None Referenced Files None Subscribers None
Description
Details
|