polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2184c93
)
mqueues: kdump: Ad-hoc translation for mq_open().
author
Stathis Kamperis <beket@dragonflybsd.org>
Wed, 7 Oct 2009 19:41:37 +0000 (19:41 +0000)
committer
Stathis Kamperis <beket@dragonflybsd.org>
Sun, 11 Oct 2009 20:14:59 +0000 (23:14 +0300)
usr.bin/kdump/kdump.c
patch
|
blob
|
blame
|
history
diff --git
a/usr.bin/kdump/kdump.c
b/usr.bin/kdump/kdump.c
index
9ff65dc
..
868b519
100644
(file)
--- a/
usr.bin/kdump/kdump.c
+++ b/
usr.bin/kdump/kdump.c
@@
-309,7
+309,8
@@
ktrsyscall(struct ktr_syscall *ktr)
accessmodename ((int)*ip);
ip++;
narg--;
- } else if (ktr->ktr_code == SYS_open) {
+ } else if (ktr->ktr_code == SYS_open ||
+ ktr->ktr_code == SYS_mq_open) {
int flags;
int mode;
print_number(ip,narg,c);