PERFORCE change 35486 for review
Robert Watson
rwatson at FreeBSD.org
Mon Aug 4 20:07:01 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=35486
Change 35486 by rwatson at rwatson_tislabs on 2003/08/04 13:06:25
vn_open() now takes a additional argument.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/fileutils.c#5 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/fileutils.c#5 (text+ko) ====
@@ -75,7 +75,7 @@
fp->FILE_saved_open_flags = FREAD;
mtx_lock(&Giant);
NDINIT(&nd, LOOKUP, LOCKLEAF, pathseg, path, td);
- error = vn_open(&nd, &fp->FILE_saved_open_flags, 0);
+ error = vn_open(&nd, &fp->FILE_saved_open_flags, 0, -1);
if (error) {
mtx_unlock(&Giant);
return (NULL);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list