Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 19:25:35 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134097 for review
Message-ID:  <200801251925.m0PJPZ2k052052@repoman.freebsd.org>

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

Change 134097 by jhb@jhb_mutex on 2008/01/25 19:25:30

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/modules/crash/crash.c#47 edit

Differences ...

==== //depot/projects/smpng/sys/modules/crash/crash.c#47 (text+ko) ====

@@ -149,7 +149,7 @@
 	 * timeout to fire.
 	 */
 	binuptime(&start);
-	ret = tsleep(&race_wchan, 0, "race", 5 * hz);
+	rval = tsleep(&race_wchan, 0, "race", 5 * hz);
 	binuptime(&finish);
 	printf("crash: sleepq_timedwait() returned %d\n", rval);
 	bintime_sub(&finish, &start);



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