Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153389731
D22268.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
317 B
Referenced Files
None
Subscribers
None
D22268.diff
View Options
Index: head/sys/sys/unpcb.h
===================================================================
--- head/sys/sys/unpcb.h
+++ head/sys/sys/unpcb.h
@@ -156,7 +156,7 @@
char xu_dummy2[256];
};
struct xsocket xu_socket;
-} __aligned(8);
+} __aligned(MAX(8, sizeof(void *)));
struct xunpgen {
ksize_t xug_len;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 9:23 PM (4 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31933977
Default Alt Text
D22268.diff (317 B)
Attached To
Mode
D22268: Fix the alignment of struct xunpcb on systems with >64-bit pointers.
Attached
Detach File
Event Timeline
Log In to Comment