Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107410704
D33634.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
292 B
Referenced Files
None
Subscribers
None
D33634.diff
View Options
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c
--- a/sys/ddb/db_access.c
+++ b/sys/ddb/db_access.c
@@ -55,7 +55,7 @@
db_expr_t
db_get_value(db_addr_t addr, int size, bool is_signed)
{
- char data[sizeof(u_int64_t)];
+ char data[sizeof(uint64_t)];
db_expr_t value;
int i;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 6:29 PM (6 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15799480
Default Alt Text
D33634.diff (292 B)
Attached To
Mode
D33634: sys/ddb: Use C99 fixed-width integer types.
Attached
Detach File
Event Timeline
Log In to Comment