Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2003 13:07:01 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 35486 for review
Message-ID:  <200308042007.h74K712f050879@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=35486

Change 35486 by rwatson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308042007.h74K712f050879>