robert 2005-05-06 00:15:57 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_subr.c Log: The printf(9) `%p' conversion specifier puts an "0x" in front of the pointer value. Therefore, remove the "0x" from the format string. Revision Changes Path 1.38 +2 -2 src/sys/fs/ntfs/ntfs_subr.c