OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Sat May 21 2005 - 23:38:54 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2005/05/21 22:38:54

Modified files:
        sys/ntfs : ntfs_subr.c

Log message:
The printf(9) `%p' conversion specifier puts an "0x" in
front of the pointer value. Therefore, remove the "0x"
from the format string.

From FreeBSD

ok millert