Page MenuHomeFreeBSD

D29180.id85376.diff
No OneTemporary

D29180.id85376.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
Mon, Mar 30, 2:01 PM (20 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30588843
Default Alt Text
D29180.id85376.diff (391 B)

Event Timeline