Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 04:18:43 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133157 for review
Message-ID:  <200801130418.m0D4IhDL046310@repoman.freebsd.org>

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

Change 133157 by jb@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



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