Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 16:02:14 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/ntfs ntfs_vfsops.c
Message-ID:  <200509111602.j8BG2ESK050355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509111602.j8BG2ESK050355>