libppd: update to 2.1.0
[oi-userland.git] / components / developer / dtracetoolkit / patches / execsnoop.patch
blob9c5bf6d18c4fc9ead8349a42bb76d1b637dfb969
1 From 5ae01a892905025ac692774fbbdb452b0abc5d49 Mon Sep 17 00:00:00 2001
2 From: Piotr Jasiukajtis <estibi@me.com>
3 Date: Mon, 6 Oct 2014 21:30:24 +0200
4 Subject: [PATCH] fix execsnoop on illumos
6 ---
7 execsnoop | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 --- DTraceToolkit-0.99/execsnoop.orig
11 +++ DTraceToolkit-0.99/execsnoop
12 @@ -155,7 +155,7 @@
14 * Print exec event
16 - syscall::exec:return, syscall::exece:return
17 + syscall::exece:return, syscall::exece:return
18 /(FILTER == 0) || (OPT_cmd == 1 && COMMAND == execname)/
20 /* print optional fields */