PERFORCE change 84146 for review

John Baldwin jhb at FreeBSD.org
Thu Sep 22 12:04:26 PDT 2005


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

Change 84146 by jhb at jhb_twclab on 2005/09/22 19:04:21

	Fix on 64-bit architectures.

Affected files ...

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

Differences ...

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

@@ -418,7 +418,7 @@
 		/* Skip null event 0. */
 		if ((*ev)->ev_name == NULL)
 			continue;
-		printf("%4d  %s\n", ev - SET_BEGIN(crash_event_set),
+		printf("%4td  %s\n", ev - SET_BEGIN(crash_event_set),
 		    (*ev)->ev_name);
 	}
 }


More information about the p4-projects mailing list