Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110106755
D22188.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
550 B
Referenced Files
None
Subscribers
None
D22188.diff
View Options
Index: head/sys/kern/subr_stats.c
===================================================================
--- head/sys/kern/subr_stats.c
+++ head/sys/kern/subr_stats.c
@@ -124,7 +124,8 @@
struct voi vois[]; /* Array indexed by [voi_id]. */
} __aligned(sizeof(void *));
_Static_assert(offsetof(struct statsblobv1, cursz) +
- SIZEOF_MEMBER(struct statsblobv1, cursz) == sizeof(struct statsblob),
+ SIZEOF_MEMBER(struct statsblobv1, cursz) ==
+ offsetof(struct statsblob, opaque),
"statsblobv1 ABI mismatch");
struct statsblobv1_tpl {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 5:10 PM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16645417
Default Alt Text
D22188.diff (550 B)
Attached To
Mode
D22188: libstats: Fix ABI assertion.
Attached
Detach File
Event Timeline
Log In to Comment