Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2008 06:57:33 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132613 for review
Message-ID:  <200801060657.m066vXrf055515@repoman.freebsd.org>

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

Change 132613 by jb@jb_freebsd1 on 2008/01/06 06:56:52

	Fussy i386 compiler.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/kern/cyclic_test.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/kern/cyclic_test.c#5 (text+ko) ====

@@ -152,7 +152,7 @@
 
 	nanotime(&ts);
 	timespecsub(&ts,&test_003_start);
-	printf("%s: called after %lu.%09lu on curcpu %d id %ju\n",__func__,(u_long) ts.tv_sec,(u_long) ts.tv_nsec, curcpu, (uintmax_t) arg);
+	printf("%s: called after %lu.%09lu on curcpu %d id %ju\n",__func__,(u_long) ts.tv_sec,(u_long) ts.tv_nsec, curcpu, (uintmax_t)(uintptr_t) arg);
 }
 
 static void



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