diff options
author | 2002-06-02 15:41:26 +0000 | |
---|---|---|
committer | 2002-06-02 15:41:26 +0000 | |
commit | 0554d717cab3c597fbaf90ecec0ccd53436363e7 (patch) | |
tree | c1d1d906aecf0bbd09befadfe2e8715bcf21c4f6 /sys/dev/systrace.h | |
parent | KNF (no variable name should be present on prototype) (diff) | |
download | wireguard-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.h | 1 |
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; |