Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106077341
D14049.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
D14049.diff
View Options
Index: head/sbin/fsck_ffs/fsutil.c
===================================================================
--- head/sbin/fsck_ffs/fsutil.c
+++ head/sbin/fsck_ffs/fsutil.c
@@ -368,8 +368,8 @@
switch (bp->b_type) {
case BT_SUPERBLK:
if (bp != &sblk)
- pfatal("BUFFER 0x%x DOES NOT MATCH SBLK 0x%x\n",
- (u_int)bp, (u_int)&sblk);
+ pfatal("BUFFER %p DOES NOT MATCH SBLK %p\n",
+ bp, &sblk);
blwrite(fd, bp->b_un.b_buf, bp->b_bno, bp->b_size);
for (i = 0, j = 0; i < sblock.fs_cssize; i += sblock.fs_bsize,
j++) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 12:35 AM (12 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15599932
Default Alt Text
D14049.diff (541 B)
Attached To
Mode
D14049: Fix architectures where pointer and u_int have different sizes
Attached
Detach File
Event Timeline
Log In to Comment