Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 02:02:45 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138404 for review
Message-ID:  <200803240202.m2O22jnn072247@repoman.freebsd.org>

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

Change 138404 by jb@jb_freebsd1 on 2008/03/24 02:02:30

	Fix the greg_t type.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace_impl.h#18 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace_impl.h#18 (text) ====

@@ -51,7 +51,7 @@
 #else
 typedef uintptr_t		pc_t;
 #endif
-typedef	u_int			greg_t;
+typedef	u_long			greg_t;
 #endif
 
 /*



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