aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-01-12 22:50:51 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-01-12 22:51:25 +0000
commit3889fb8af0b611e3126dc250ebffb01805152104 (patch)
tree20a554e6c11c66e07659c9c95843ca3ac13a4dc5 /sys/kern/init_sysent.c
parent1544e0f5d1f1e3b8c10a64cb899a936976ca7ea4 (diff)
downloadsrc-3889fb8af0b611e3126dc250ebffb01805152104.tar.gz
src-3889fb8af0b611e3126dc250ebffb01805152104.zip
sysent: regen for syscallarg_t
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 4a548c45e8a2..141de42aef35 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -9,7 +9,7 @@
#include <sys/sysent.h>
#include <sys/sysproto.h>
-#define AS(name) (sizeof(struct name) / sizeof(register_t))
+#define AS(name) (sizeof(struct name) / sizeof(syscallarg_t))
#ifdef COMPAT_43
#define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name)