Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107405881
D27576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
485 B
Referenced Files
None
Subscribers
None
D27576.diff
View Options
Index: head/sys/compat/linuxkpi/common/include/linux/printk.h
===================================================================
--- head/sys/compat/linuxkpi/common/include/linux/printk.h
+++ head/sys/compat/linuxkpi/common/include/linux/printk.h
@@ -68,7 +68,7 @@
printf("[%p] ", buf);
break;
case DUMP_PREFIX_OFFSET:
- printf("[%p] ", (const char *)((const char *)buf -
+ printf("[%#tx] ", ((const char *)buf -
(const char *)buf_old));
break;
default:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 5:11 PM (2 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15797579
Default Alt Text
D27576.diff (485 B)
Attached To
Mode
D27576: Use the 't' modifier to print a ptrdiff_t.
Attached
Detach File
Event Timeline
Log In to Comment