PERFORCE change 35486 for review

Robert Watson rwatson at FreeBSD.org
Mon Aug 4 13:07:03 PDT 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);


More information about the p4-projects mailing list