]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an missing argument to open(2). If O_CREAT flag is specified,
authorpjd <pjd@FreeBSD.org>
Wed, 4 Jan 2012 07:21:37 +0000 (07:21 +0000)
committerpjd <pjd@FreeBSD.org>
Wed, 4 Jan 2012 07:21:37 +0000 (07:21 +0000)
commit8525c142e05d7dab13d81fa1446e13e223636607
treeca35c21ee0da102fc5d41b58a7850ad0f7dafef8
parent8cedef5e19d800077d15c7570bf6cbda1b741c26
Add an missing argument to open(2). If O_CREAT flag is specified,
file permission has to be specified as well.
usr.sbin/uhsoctl/uhsoctl.c