Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140850438
D29180.id85461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
391 B
Referenced Files
None
Subscribers
None
D29180.id85461.diff
View Options
Index: sys/nfs/nfs_common.h
===================================================================
--- sys/nfs/nfs_common.h
+++ sys/nfs/nfs_common.h
@@ -131,7 +131,7 @@
#ifdef __NO_STRICT_ALIGNMENT
#define nfsm_aligned(p, t) 1
#else
-#define nfsm_aligned(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0)
+#define nfsm_aligned(p, t) ((((intptr_t)(p)) & (sizeof(t) - 1)) == 0)
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 29, 8:01 PM (8 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27366757
Default Alt Text
D29180.id85461.diff (391 B)
Attached To
Mode
D29180: nfs: Cleanup dead files
Attached
Detach File
Event Timeline
Log In to Comment