Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 09:09:20 -0700 (PDT)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount_msdosfs Makefile mount_msdosfs.8 mount_msdosfs.c
Message-ID:  <200310231609.h9NG9KkA064046@repoman.freebsd.org>

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



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