rodrigc 2005-09-11 16:02:14 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Cast bf_sysid to const char * when passing it to strncmp(), because strncmp does not take an unsigned char *. Eliminates warning with GCC 4.0. Revision Changes Path 1.81 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c