summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.h
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2002-06-02 15:41:26 +0000
committerprovos <provos@openbsd.org>2002-06-02 15:41:26 +0000
commit0554d717cab3c597fbaf90ecec0ccd53436363e7 (patch)
treec1d1d906aecf0bbd09befadfe2e8715bcf21c4f6 /sys/dev/systrace.h
parentKNF (no variable name should be present on prototype) (diff)
downloadwireguard-openbsd-0554d717cab3c597fbaf90ecec0ccd53436363e7.tar.xz
wireguard-openbsd-0554d717cab3c597fbaf90ecec0ccd53436363e7.zip
explicit padding; okay deraadt@
Diffstat (limited to 'sys/dev/systrace.h')
-rw-r--r--sys/dev/systrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/systrace.h b/sys/dev/systrace.h
index c7223b10ddf..2a56c614558 100644
--- a/sys/dev/systrace.h
+++ b/sys/dev/systrace.h
@@ -40,6 +40,7 @@ struct str_message {
int msg_type;
pid_t msg_pid;
short msg_policy;
+ short reserved;
union {
struct str_msg_emul msg_emul;
struct str_msg_ask msg_ask;