artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a6691
)
Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.
author
mpi
<mpi@openbsd.org>
Wed, 18 Mar 2020 20:10:34 +0000
(20:10 +0000)
committer
mpi
<mpi@openbsd.org>
Wed, 18 Mar 2020 20:10:34 +0000
(20:10 +0000)
usr.sbin/btrace/btrace.c
patch
|
blob
|
history
diff --git
a/usr.sbin/btrace/btrace.c
b/usr.sbin/btrace/btrace.c
index
2008985
..
b975bae
100644
(file)
--- a/
usr.sbin/btrace/btrace.c
+++ b/
usr.sbin/btrace/btrace.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: btrace.c,v 1.
5 2020/03/16 08:54:08
mpi Exp $ */
+/* $OpenBSD: btrace.c,v 1.
6 2020/03/18 20:10:34
mpi Exp $ */
/*
* Copyright (c) 2019 - 2020 Martin Pieuchot <mpi@openbsd.org>
@@
-437,6
+437,7
@@
rules_setup(int fd)
case B_AT_STR:
case B_AT_LONG:
case B_AT_VAR:
+ case B_AT_MAP:
break;
case B_AT_BI_KSTACK:
dtrq->dtrq_evtflags |= DTEVT_KSTACK;