PERFORCE change 134048 for review

John Baldwin jhb at FreeBSD.org
Thu Jan 24 17:41:38 PST 2008


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

Change 134048 by jhb at jhb_mutex on 2008/01/25 01:41:19

	Compile fix for amd64.

Affected files ...

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

Differences ...

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

@@ -125,7 +125,7 @@
 	printf("crash: sleepq_timedwait() returned %d\n", rval);
 	bintime_sub(&finish, &start);
 	bintime2timeval(&finish, &elapsed);
-	printf("crash: slept for %d.%04ld sec\n", elapsed.tv_sec,
+	printf("crash: slept for %d.%04ld sec\n", (int)elapsed.tv_sec,
 	    elapsed.tv_usec / 1000);
 	callout_drain(&c);
 }


More information about the p4-projects mailing list