Page MenuHomeFreeBSD

D46888.id148022.diff
No OneTemporary

D46888.id148022.diff

diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h
--- a/sys/sys/refcount.h
+++ b/sys/sys/refcount.h
@@ -64,7 +64,7 @@
}
static __inline u_int
-refcount_load(volatile u_int *count)
+refcount_load(volatile const u_int *count)
{
return (atomic_load_int(count));
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 22, 12:07 PM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27845803
Default Alt Text
D46888.id148022.diff (273 B)

Event Timeline