PERFORCE change 135096 for review

John Birrell jb at FreeBSD.org
Fri Feb 8 23:46:57 PST 2008


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

Change 135096 by jb at jb_freebsd1 on 2008/02/09 07:46:17

	Add more compatibility mumbo. Things I don't want to put in out libproc.

Affected files ...

.. //depot/projects/dtrace/src/compat/opensolaris/include/libproc.h#4 edit

Differences ...

==== //depot/projects/dtrace/src/compat/opensolaris/include/libproc.h#4 (text+ko) ====

@@ -33,11 +33,13 @@
 #include <fcntl.h>
 
 #define ps_prochandle	proc_handle
+#define Lmid_t		int
 
 #define PR_RLC		0x0001
 #define PR_KLC		0x0002
 
 #define	PGRAB_RDONLY	O_RDONLY
+#define	PGRAB_FORCE	0
 
 #include_next <libproc.h>
 


More information about the p4-projects mailing list