diff options
author | Jason King <jason.king@joyent.com> | 2018-05-09 14:55:58 -0500 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-05-09 18:17:41 -0500 |
commit | 3611376011c03472665d0144cb4c7a1b1d52d6ed (patch) | |
tree | d84afe82600b8593200a198a7ac750e79d81c10e /usr/src/uts/common/sys | |
parent | b9b6bff7dba526305121aa318ce898f3c708c8a1 (diff) | |
download | illumos-joyent-OS-6943.tar.gz |
OS-6943 varpd not listed as an install_h targetOS-6943
OS-6946 varpd structs fail ctfdiff check
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r-- | usr/src/uts/common/sys/overlay_target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/overlay_target.h b/usr/src/uts/common/sys/overlay_target.h index cae193c334..ae92ef3532 100644 --- a/usr/src/uts/common/sys/overlay_target.h +++ b/usr/src/uts/common/sys/overlay_target.h @@ -282,6 +282,7 @@ typedef struct overlay_targ_cache_iter { uint32_t otci_pad; uint64_t otci_marker; uint16_t otci_count; + uint8_t otci_pad2[3]; overlay_targ_cache_entry_t otci_ents[]; } overlay_targ_cache_iter_t; |