Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115524442
D46888.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
273 B
Referenced Files
None
Subscribers
None
D46888.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 8:32 PM (19 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17792064
Default Alt Text
D46888.diff (273 B)
Attached To
Mode
D46888: refcount: Constify refcount_load()
Attached
Detach File
Event Timeline
Log In to Comment