diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-19 17:28:02 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-19 17:28:02 +0000 |
commit | e83920c238889552d1bdb2d5c3d158c2620fd2ee (patch) | |
tree | fbdd7f839dda68a8a5f53cadc241758a727ed5d5 /sysutils/DTraceToolkit/files/patch-opensnoop | |
parent | Update qemu-sbruno/qemu-static-user: (diff) |
Update to version 1.0
Submitted by: gnn@
Notes
Notes:
svn path=/head/; revision=415512
Diffstat (limited to 'sysutils/DTraceToolkit/files/patch-opensnoop')
-rw-r--r-- | sysutils/DTraceToolkit/files/patch-opensnoop | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/DTraceToolkit/files/patch-opensnoop b/sysutils/DTraceToolkit/files/patch-opensnoop deleted file mode 100644 index 9e09a7f45b45..000000000000 --- a/sysutils/DTraceToolkit/files/patch-opensnoop +++ /dev/null @@ -1,29 +0,0 @@ ---- opensnoop.orig 2014-06-04 08:58:11.000000000 -0400 -+++ opensnoop 2014-06-04 08:58:42.000000000 -0400 -@@ -189,7 +189,7 @@ - /* - * Print open event - */ -- syscall::open:entry, syscall::open64:entry -+ syscall::open:entry - { - /* save pathname */ - self->pathp = arg0; -@@ -203,7 +203,7 @@ - /* OPT_file is checked on return to ensure pathp is mapped */ - } - -- syscall::open:return, syscall::open64:return -+ syscall::open:return - /self->ok && (! OPT_failonly || (int)arg0 < 0) && - ((OPT_file == 0) || (OPT_file == 1 && PATHNAME == copyinstr(self->pathp)))/ - { -@@ -235,7 +235,7 @@ - /* - * Cleanup - */ -- syscall::open:return, syscall::open64:return -+ syscall::open:return - /self->ok/ - { - self->pathp = 0; |