]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove gc_argname field. It was introduced for gpart(8), but if I
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Mon, 13 Sep 2010 13:48:18 +0000 (13:48 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Mon, 13 Sep 2010 13:48:18 +0000 (13:48 +0000)
commit946e2f3595dcf6edbd73d9039aaad36084e25719
tree80fa9ced0ed4ae38bb90b62555eb33be45347414
parent480f6157fbe19fe844ea93c24e7c32aa24572373
- Remove gc_argname field. It was introduced for gpart(8), but if I
  understand everything correctly, we don't really need it.
- Provide default numeric value as strings. This allows to simplify
  a lot of code.
- Bump version number.
18 files changed:
sbin/geom/class/cache/geom_cache.c
sbin/geom/class/concat/geom_concat.c
sbin/geom/class/eli/geom_eli.c
sbin/geom/class/journal/geom_journal.c
sbin/geom/class/label/geom_label.c
sbin/geom/class/mirror/geom_mirror.c
sbin/geom/class/mountver/geom_mountver.c
sbin/geom/class/multipath/geom_multipath.c
sbin/geom/class/nop/geom_nop.c
sbin/geom/class/part/geom_part.c
sbin/geom/class/raid3/geom_raid3.c
sbin/geom/class/sched/geom_sched.c
sbin/geom/class/shsec/geom_shsec.c
sbin/geom/class/stripe/geom_stripe.c
sbin/geom/class/virstor/geom_virstor.c
sbin/geom/core/geom.c
sbin/geom/core/geom.h
sys/geom/part/g_part.c