Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2009 23:36:38 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/fdisk fdisk.c
Message-ID:  <200901132336.n0DNagmr026638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-01-13 23:36:38 UTC

  FreeBSD src repository

  Modified files:
    sbin/fdisk           fdisk.c 
  Log:
  SVN rev 187203 on 2009-01-13 23:36:38Z by luigi
  
  Some small fixes submitted by Christoph Mallon, specifically:
  
  + Remove a dead field of a struct. It serves no purpose anymore.
  + Remove a \n at the end of the format string of err(); the err()
    function already adds a \n ;
  + remove many unnecessary casts which obfuscate the code.
  
  This file has a huge number of indentation bugs, but I'd rather fix
  them when/if we happen to modify the relevant parts of the code.
  
  Submitted by:   Christoph Mallon
  MFC after:      3 days
  
  Revision  Changes    Path
  1.88      +16 -17    src/sbin/fdisk/fdisk.c



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