freebsd-src/sbin/fdisk
Luigi Rizzo c4898ccb7c 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
2009-01-13 23:36:38 +00:00
..
fdisk.8 Add a -q[uiet] flag for scripts. 2008-07-31 00:55:29 +00:00
fdisk.c Some small fixes submitted by Christoph Mallon, specifically: 2009-01-13 23:36:38 +00:00
Makefile Add missing library dependencies. 2008-09-23 13:12:51 +00:00
runtest.sh