Subject: ntfs current build prob
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 10/01/1999 20:45:12
cc -Os -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DMAXUSERS=32 -D_KERNEL -Di386 -c ../../../../ntfs/ntfs_subr.c
cc1: warnings being treated as errors
../../../../ntfs/ntfs_subr.c: In function `ntfs_ntvattrget':
../../../../ntfs/ntfs_subr.c:249: warning: field width is not type int (arg 4)
dprintf(("ntfs_ntvattrget: UNEXISTED ATTRIBUTE: " \
"ino: %d, type: 0x%x, name: %.*s, vcn: %d\n", \
ip->i_number, type, namelen, name, (u_int32_t) vcn));
.. isn't u_int32_t close enough...
Cheers,
Patrick