PERFORCE change 133157 for review

John Birrell jb at FreeBSD.org
Sat Jan 12 20:18:44 PST 2008


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

Change 133157 by jb at jb_freebsd1 on 2008/01/13 04:17:47

	Add some definitions that we don't need in our libproc.

Affected files ...

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

Differences ...

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

@@ -30,8 +30,15 @@
 #ifndef _COMPAT_OPENSOLARIS_LIBPROC_H_
 #define _COMPAT_OPENSOLARIS_LIBPROC_H_
 
+#include <fcntl.h>
+
 #define ps_prochandle	proc_handle
 
+#define PR_RLC		0x0001
+#define PR_KLC		0x0002
+
+#define	PGRAB_RDONLY	O_RDONLY
+
 #include_next <libproc.h>
 
 #endif


More information about the p4-projects mailing list