Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115912992
D33905.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
D33905.diff
View Options
diff --git a/sys/compat/freebsd32/freebsd32_ipc.h b/sys/compat/freebsd32/freebsd32_ipc.h
--- a/sys/compat/freebsd32/freebsd32_ipc.h
+++ b/sys/compat/freebsd32/freebsd32_ipc.h
@@ -104,10 +104,10 @@
#ifdef _KERNEL
struct shmid_kernel32 {
- struct shmid_ds32 u;
- int32_t *object;
- int32_t *label;
- int32_t *cred;
+ struct shmid_ds32 u;
+ int32_t object;
+ int32_t label;
+ int32_t cred;
};
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 8:16 AM (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17877391
Default Alt Text
D33905.diff (419 B)
Attached To
Mode
D33905: freebsd32: Fix layout of struct shmid_kernel32.
Attached
Detach File
Event Timeline
Log In to Comment