CVS commit: src/sbin/fdisk

2020-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 24 21:02:12 UTC 2020 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Add -g to usage. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sbin/fdisk/fdisk.c Please note that diffs are not public domain

CVS commit: src/sbin/fdisk

2020-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 24 21:01:49 UTC 2020 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Use Nx, fix formatting nit. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sbin/fdisk/fdisk.8 Please note that diffs are not publ

CVS commit: src/sbin/fdisk

2020-05-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 24 18:42:48 UTC 2020 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: Add -g flag to preserve GPT headers when updating MBR. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sbin/fdisk/fdis

CVS commit: src/sbin/fdisk

2019-12-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 15 11:49:28 UTC 2019 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Fix xrefs. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sbin/fdisk/fdisk.8 Please note that diffs are not public domain; they a

CVS commit: src/sbin/fdisk

2019-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 14 20:46:13 UTC 2019 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: PR/54756: germain: Avoid confusion caused by overuse of the word "file" both as a noun and an argument name. To generate a diff of this commit:

CVS commit: src/sbin/fdisk

2019-04-09 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Apr 9 09:03:41 UTC 2019 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: mention that -B is used to set the timeout for mbr_bootsel To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sbin/fdisk/fdisk.8 Plea

CVS commit: src/sbin/fdisk

2018-11-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Nov 14 12:05:29 UTC 2018 Modified Files: src/sbin/fdisk: fdisk.c Log Message: In validate_bootsel, the code assumed that arr[j][i] can be accessed with something like arr[0][j*ARRAYWIDTH+i]. gcc no longer allows such hacks an

CVS commit: src/sbin/fdisk

2018-08-27 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Aug 27 14:55:47 UTC 2018 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Add missing -z flag to usage() To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sbin/fdisk/fdisk.c Please note that diffs are n

CVS commit: src/sbin/fdisk

2017-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 2 22:02:05 UTC 2017 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Really don't include ioctl code for tools build. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sbin/fdisk/fdisk.c Please not

CVS commit: src/sbin/fdisk

2017-01-27 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Jan 27 10:12:05 UTC 2017 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Fix spelling of simultaneous. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sbin/fdisk/fdisk.8 Please note that diffs are no

CVS commit: src/sbin/fdisk

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 03:35:08 UTC 2016 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: - Document the HISTORY of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was u

CVS commit: src/sbin/fdisk

2015-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 22 15:53:10 UTC 2015 Modified Files: src/sbin/fdisk: fdisk.c Log Message: explain how to clear an entry (without reading the source) To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sbin/fdisk/fdisk.

CVS commit: src/sbin/fdisk

2014-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 4 16:15:30 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.c Log Message: remove debugging. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sbin/fdisk/fdisk.c Please note that diffs are not public

CVS commit: src/sbin/fdisk

2014-04-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 4 13:07:30 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: -s: If the optional arguments are not provided, they stay as before or use the same defaults as the interactive mode, if new. (feel free to improve)

CVS commit: src/sbin/fdisk

2014-04-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 4 09:32:56 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Fix a bug in previous and update detailed -s description. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sbin/fdisk/fdisk.8 Pleas

CVS commit: src/sbin/fdisk

2014-04-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 3 21:56:19 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Update SYNOPSIS. Christos, please check. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sbin/fdisk/fdisk.8 Please note that diffs

CVS commit: src/sbin/fdisk

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 3 17:07:11 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.c Log Message: instead of using ugly -1's make args optional To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sbin/fdisk/fdisk.c Please not

CVS commit: src/sbin/fdisk

2014-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 1 19:08:48 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.c Log Message: default to something reasonable (like the interactive mode does) instead of 0 when -1 is specified for the start or size. To generate a diff of

CVS commit: src/sbin/fdisk

2014-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 22:18:13 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Allow -1 values in the -s // indicate use the previous values. For example: fdisk -f -i /dev/rsd0d # initialize mbr and create an msdos partition.

CVS commit: src/sbin/fdisk

2014-03-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Mar 10 15:42:51 UTC 2014 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Always print the MBR drive serial number, even if it's 0. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sbin/fdisk/fdisk.c

CVS commit: src/sbin/fdisk

2013-10-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 6 12:27:15 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Suggest using -b 1023/255/63 for modern disks where the BIOS is configured to use LBA-Assisted translation. To generate a diff of this commit: cvs rd

CVS commit: src/sbin/fdisk

2013-04-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 14 22:48:22 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Improve support for logical sector sizes greater than 512. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sbin/fdisk/fdisk.

CVS commit: src/sbin/fdisk

2013-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 00:40:29 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Don't produce spurious errors when creating labels on files. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sbin/fdisk/fdis

CVS commit: src/sbin/fdisk

2013-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 9 01:50:04 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.c Log Message: CID/979997: missing va_end() To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sbin/fdisk/fdisk.c Please note that diffs are

CVS commit: src/sbin/fdisk

2012-10-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 6 09:11:35 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Revert my previous commit, I misunderstood the intention. Noted by njoly. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sbin/fdis

CVS commit: src/sbin/fdisk

2012-10-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 5 21:30:29 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Previous slightly more consistently. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sbin/fdisk/fdisk.8 Please note that diffs are

CVS commit: src/sbin/fdisk

2012-10-05 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Oct 5 18:07:47 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Fix indented blocks rendering with mandoc. Switch from .in unsupported macro to .Bd/.Ed ones. While here kill some unneeded .Pp/.br macros. To gene

CVS commit: src/sbin/fdisk

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 6 20:09:26 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: support sector sizes > 512. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sbin/fdisk/fdisk.8 cvs rdiff -u -r1.139 -r

CVS commit: src/sbin/fdisk

2012-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 4 10:57:40 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sbin/fdisk/fdisk.8 Please note that diffs are not publ

CVS commit: src/sbin/fdisk

2011-12-31 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Dec 31 22:18:56 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: According to most other OSes and documentation sources, an MBR has one "extended" partition and the partitions inside that are "logical" partitions. M

CVS commit: src/sbin/fdisk

2011-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 2 15:21:15 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Also ignore out of space conditions for -I so we can create overlapping partitions on a full disk. Document and add it to the options. To genera

CVS commit: src/sbin/fdisk

2011-12-01 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Fri Dec 2 04:05:20 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Add missing -F flag and -I flag in usage. Sort the order to match manpage. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sbi

CVS commit: src/sbin/fdisk

2011-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 2 03:04:11 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: put the error check in the conditional where it belongs. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sbin/fdisk/fdisk.c

CVS commit: src/sbin/fdisk

2011-12-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 1 23:14:06 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sbin/fdisk/fdisk.8 Please note that diffs are not publ

CVS commit: src/sbin/fdisk

2011-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 1 22:24:29 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: Add a flag to support writing overlapping partitions and explain why. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/

CVS commit: src/sbin/fdisk

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 28 15:46:26 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: fix the sparc build To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sbin/fdisk/fdisk.c Please note that diffs are not public do

CVS commit: src/sbin/fdisk

2011-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 20:49:03 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: one static is enough, otherwise you risk zapping yourself. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sbin/fdisk/fdisk.

CVS commit: src/sbin/fdisk

2011-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 27 17:16:01 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: staticfy. __dead. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sbin/fdisk/fdisk.c Please note that diffs are not public dom

CVS commit: src/sbin/fdisk

2011-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 8 14:22:16 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Fix parsing of -A option so that the [/ptn_0_offset] part is optional, as described in the man page. To generate a diff of this commit: cvs rdif

CVS commit: src/sbin/fdisk

2011-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 25 22:23:48 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Use Nx. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sbin/fdisk/fdisk.8 Please note that diffs are not public domain; they are

CVS commit: src/sbin/fdisk

2010-04-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 7 09:40:58 UTC 2010 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions. >From Bug Hunting in PR 43130. To generate a diff of this commit: cvs rdi

CVS commit: src/sbin/fdisk

2009-12-23 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Dec 23 20:56:18 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Add info for -A ptn_alignment[/ptn_0_offset] To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/fdisk/fdisk.8 Please note that d

CVS commit: src/sbin/fdisk

2009-12-23 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Dec 23 18:50:40 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Put #endif in correct place - fixes PR/42500 Update usage() for -A, and rename one of the variables for clarity. To generate a diff of this commit: c

CVS commit: src/sbin/fdisk

2009-12-22 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Dec 22 21:55:12 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Add support for partition being aligned on non-cylinder boundaries. Info can be specified with -A parameter. Default is based on how the first partitio

CVS commit: src/sbin/fdisk

2009-12-22 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Dec 22 21:04:38 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Editing partitions larger than 1TB works better if 'decimal' returns 64 bit integer values! To generate a diff of this commit: cvs rdiff -u -r1.127 -

CVS commit: src/sbin/fdisk

2009-12-20 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 20 17:32:09 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Add a large comment about disk geometries. Rename (with #defines) the variables use for aligning partitions to separate them from the bios geometry. Al

CVS commit: src/sbin/fdisk

2009-12-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 17 14:27:49 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: Use implicit -F for regular files, much like disklabel(8). To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sbin/fdisk/fdi

CVS commit: src/sbin/fdisk

2009-11-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Nov 29 04:19:55 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Add a bunch of useful typical examples. Also use appropriate markup there. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sbin

CVS commit: src/sbin/fdisk

2009-11-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 28 17:25:46 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Update -u usage to follow changes in fdisk.c rev 1.125: >> Allow MB, GB and CYL (not just M, G and C) and lower case. >> Don't output a splurious '

CVS commit: src/sbin/fdisk

2009-11-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 28 16:45:20 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Clarify description of -f and -u options. (-u means updating partition data, not interactive mode) To generate a diff of this commit: cvs rdiff -

CVS commit: src/sbin/fdisk

2009-11-04 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Nov 4 22:25:56 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Allow MB, GB and CYL (not just M, G and C) and lower case. Don't output a splurious 'd' before "cyl". Fixes PR/37414. Patch in PR is wrong! To genera

CVS commit: src/sbin/fdisk

2009-10-31 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Oct 31 20:41:00 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Make absence of /usr/mdec/mbr only a warning. Fixes PR/26510 To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sbin/fdisk/fdisk.c

CVS commit: src/sbin/fdisk

2009-10-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 14 22:00:55 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Do not use .Xo / .Xc without a good reason. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sbin/fdisk/fdisk.8 Please note that

CVS commit: src/sbin/fdisk

2009-08-09 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Aug 10 02:56:23 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: an example. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sbin/fdisk/fdisk.8 Please note that diffs are not public domain; they

CVS commit: src/sbin/fdisk

2009-08-05 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Aug 5 21:31:50 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Change arguments to decimal() to be int64_t. They need to be able to hold disk sector numbers > 2^31 and also -1. Should fix PR/34807 To generate a d

CVS commit: src/sbin/fdisk

2009-07-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Jul 2 00:49:58 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Small grammar tweak. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sbin/fdisk/fdisk.8 Please note that diffs are not public doma

CVS commit: src/sbin/fdisk

2009-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 2 21:15:53 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: make this compile one non mbr machines (move #define to the general section) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src

CVS commit: src/sbin/fdisk

2009-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 1 19:57:33 UTC 2009 Modified Files: src/sbin/fdisk: Makefile fdisk.8 fdisk.c Log Message: Delete GPT partitions if we overwrite with MBR to avoid confusion with disks that have both MBR and a secondary left over GPT par

CVS commit: src/sbin/fdisk

2009-04-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Apr 20 17:06:55 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: also fix a comment wrt use of the csysid/cstart/csize vars To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sbin/fdisk/fdisk.

CVS commit: src/sbin/fdisk

2009-04-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Apr 20 15:03:56 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: When using -s flag, read start and size as unsigned to allow for larger disks. (Thanks to drochner@ for catching it). To generate a diff of this

CVS commit: src/sbin/fdisk

2009-04-06 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Apr 6 12:19:16 UTC 2009 Modified Files: src/sbin/fdisk: Makefile Log Message: remove mispelt WARNS. (it will be set in ../Makefile.inc "soon") To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sbin/fdisk/Mak

CVS commit: src/sbin/fdisk

2009-04-06 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Apr 6 12:18:19 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.c Log Message: fix sign-compare issues To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sbin/fdisk/fdisk.c Please note that diffs are not publ