Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2008 07:46:56 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135096 for review
Message-ID:  <200802090746.m197kuFG077518@repoman.freebsd.org>

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

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



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