aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2021-07-10 19:25:38 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2021-07-10 19:26:01 +0000
commitd2b558281aadc266807e42ffb27d2108d308de46 (patch)
treee30472141037cc6d6cc36c2640e8bb20c36d418b /sys/amd64/include/proc.h
parent8fc2a3c41791b205a107dc2bec16ac7514a57958 (diff)
downloadsrc-d2b558281aadc266807e42ffb27d2108d308de46.tar.gz
src-d2b558281aadc266807e42ffb27d2108d308de46.zip
Revert "Pass the syscall number to capsicum permission-denied signals"
This broke the i386 build. This reverts commit 3a522ba1bc852c3d4660a4fa32e4a94999d09a47.
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 0f8cf50e326d..59796e729ac4 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -92,7 +92,6 @@ struct mdproc {
struct syscall_args {
u_int code;
- u_int original_code;
struct sysent *callp;
register_t args[8];
};