cvs commit: src/sbin/geom/core geom.c geom.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Mar 14 06:24:46 PST 2005


pjd         2005-03-14 14:24:46 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/core       geom.c geom.h 
  Log:
  - Add gc_usage field to g_command structure. This will allow to define
    usage for a subcommand, so no 'usage' function has to be implemented
    in class library.
  - Bump version number as it breaks ABI, but don't provide backward
    compatibility, because there are probably no external consumers of this
    geom(8).
  This allows to print more precise usage for standard commands and simplify
  class libraries a bit.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.18      +49 -54    src/sbin/geom/core/geom.c
  1.2       +3 -2      src/sbin/geom/core/geom.h


More information about the cvs-src mailing list