FreeBSD Bugzilla – Attachment 157172 Details for
Bug 156908
dumpfs(8) incorrectly displays ufsid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sbin/dumpfs/dumpfs.c to enable output for UFS2 identical to that for UFS1
dumpfs.c.diff (text/plain), 589 bytes, created by
Trond Endrestøl
on 2015-05-26 16:54:47 UTC
(
hide
)
Description:
Patch for sbin/dumpfs/dumpfs.c to enable output for UFS2 identical to that for UFS1
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2015-05-26 16:54:47 UTC
Size:
589 bytes
patch
obsolete
>Index: sbin/dumpfs/dumpfs.c >=================================================================== >--- sbin/dumpfs/dumpfs.c (revision 283516) >+++ sbin/dumpfs/dumpfs.c (working copy) >@@ -165,7 +165,7 @@ > fstime = afs.fs_time; > printf("magic\t%x (UFS2)\ttime\t%s", > afs.fs_magic, ctime(&fstime)); >- printf("superblock location\t%jd\tid\t[ %x %x ]\n", >+ printf("superblock location\t%jd\tid\t[ %08x %08x ]\n", > (intmax_t)afs.fs_sblockloc, afs.fs_id[0], afs.fs_id[1]); > printf("ncg\t%d\tsize\t%jd\tblocks\t%jd\n", > afs.fs_ncg, (intmax_t)fssize, (intmax_t)afs.fs_dsize);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156908
: 157172