PERFORCE change 45185 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 12 03:13:33 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=45185

Change 45185 by rwatson at rwatson_paprika on 2004/01/11 19:13:25

	Logic fix.

Affected files ...

.. //depot/projects/trustedbsd/audit2/sys/compat/linprocfs/linprocfs.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit2/sys/compat/linprocfs/linprocfs.c#3 (text+ko) ====

@@ -356,7 +356,7 @@
 	NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, linux_emul_path, td);
 	flep = NULL;
 	if (namei(&nd) != 0 || vn_fullpath_thread(td, nd.ni_vp, &dlep, &flep)
-	    == -1)
+	    != 0)
 		lep = linux_emul_path;
 	else
 		lep = dlep;
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