Make indexes start at 0, not 1, so they match the GPT partition numbers.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 08:34:59 +0000 (08:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 08:34:59 +0000 (08:34 +0000)
commit71cfd0949aee5295115bc574754eb4271f6605fa
tree2759569dc5e20b5c1ebb7b50b0aa75e3e7fecd92
parent958a77ecea5ca6fbf0338704798fd6e6b31332b1
Make indexes start at 0, not 1, so they match the GPT partition numbers.
Output <device>s<index> instead of <device>p<index>.
sbin/gpt/add.c
sbin/gpt/gpt.8
sbin/gpt/gpt.c
sbin/gpt/label.c
sbin/gpt/map.c
sbin/gpt/map.h
sbin/gpt/remove.c
sbin/gpt/show.c