diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-06-02 15:41:27 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-06-02 15:41:27 +0000 |
commit | 71b9959af277af413abd70cd333286d73d3e911e (patch) | |
tree | 224707f944553acfceeeb90d896c77204796d6f7 /sys/dev/systrace.h | |
parent | a6de8402361a6abb407e28858e0a435d09c13a01 (diff) |
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; |