cvs commit: src/sbin/mount_msdosfs Makefile mount_msdosfs.8 mount_msdosfs.c

Tom Rhodes trhodes at FreeBSD.org
Thu Oct 23 09:09:21 PDT 2003


trhodes     2003/10/23 09:09:20 PDT

  FreeBSD src repository

  Modified files:
    sbin/mount_msdosfs   Makefile mount_msdosfs.8 mount_msdosfs.c 
  Log:
  Fix several old bugs which got worse over time:
  
  o WARNS should be WARNS?= (broke in rev 1.21).
  o Includes should be sorted.
  o Move "mntopt.h" out of the standard includes section.
  o Rewrite usage() to match the manual page and make it < 80 characters.
  o Remove extra .El call on line 187.  It is unused and causes mdoc(7) warnings.
  
  Discussed with: bde
  
  Revision  Changes    Path
  1.26      +1 -1      src/sbin/mount_msdosfs/Makefile
  1.29      +0 -1      src/sbin/mount_msdosfs/mount_msdosfs.8
  1.31      +9 -7      src/sbin/mount_msdosfs/mount_msdosfs.c


More information about the cvs-src mailing list