Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 20:57:29 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99165 for review
Message-ID:  <200606132057.k5DKvTBE093553@repoman.freebsd.org>

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

Change 99165 by jhb@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



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