Page MenuHomeFreeBSD

D22188.1785262884.diff
No OneTemporary

Size
550 B
Referenced Files
None
Subscribers
None

D22188.1785262884.diff

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

Mime Type
text/plain
Expires
Tue, Jul 28, 6:21 PM (20 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29294430
Default Alt Text
D22188.1785262884.diff (550 B)

Event Timeline