artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ac642
)
SYS_msyscall will go away soon. kdump does not need a special handler
author
deraadt
<deraadt@openbsd.org>
Fri, 29 Mar 2024 07:53:32 +0000
(07:53 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 29 Mar 2024 07:53:32 +0000
(07:53 +0000)
for it.
ok tb
usr.bin/kdump/kdump.c
patch
|
blob
|
history
diff --git
a/usr.bin/kdump/kdump.c
b/usr.bin/kdump/kdump.c
index
dc02fbe
..
8091934
100644
(file)
--- a/
usr.bin/kdump/kdump.c
+++ b/
usr.bin/kdump/kdump.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kdump.c,v 1.16
1 2023/12/15 15:12:08
deraadt Exp $ */
+/* $OpenBSD: kdump.c,v 1.16
2 2024/03/29 07:53:32
deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@
-754,7
+754,6
@@
static const formatter scargs[][8] = {
[SYS_access] = { Ppath, Accessmodename },
[SYS_chflags] = { Ppath, Chflagsname },
[SYS_fchflags] = { Pfd, Chflagsname },
- [SYS_msyscall] = { Pptr, Pbigsize },
[SYS_stat] = { Ppath, Pptr },
[SYS_lstat] = { Ppath, Pptr },
[SYS_dup] = { Pfd },