PERFORCE change 99165 for review

John Baldwin jhb at FreeBSD.org
Tue Jun 13 20:59:51 UTC 2006


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

Change 99165 by jhb at jhb_mutex on 2006/06/13 20:57:22

	0 makes more sense here and is what I committed to CVS.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_linker.c#68 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_linker.c#68 (text+ko) ====

@@ -371,7 +371,7 @@
 		return (0);
 	}
 	foundfile = 0;
-	error = ENOENT;
+	error = 0;
 
 	/*
 	 * We do not need to protect (lock) classes here because there is


More information about the p4-projects mailing list