PERFORCE change 138404 for review
    John Birrell 
    jb at FreeBSD.org
       
    Mon Mar 24 02:02:46 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=138404
Change 138404 by jb at 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
 
 /*
    
    
More information about the p4-projects
mailing list