Page MenuHomeFreeBSD

D29180.id85461.diff
No OneTemporary

D29180.id85461.diff

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

Mime Type
text/plain
Expires
Thu, Mar 26, 1:04 PM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30317638
Default Alt Text
D29180.id85461.diff (391 B)

Event Timeline