Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 13:14:19 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libgeom geom_xml2tree.c libgeom.h src/sbin/gconcat gconcat.c src/usr.sbin/gstat gstat.c
Message-ID:  <200403092114.i29LEJYD018885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2004/03/09 13:14:19 PST

  FreeBSD src repository

  Modified files:
    lib/libgeom          geom_xml2tree.c libgeom.h 
    sbin/gconcat         gconcat.c 
    usr.sbin/gstat       gstat.c 
  Log:
  Make libgeom usable by C++ programs:
  - Add DECL wrappers to libgeom.h.
  - Rename structure members in libgeom.h to use a lg_ prefix for member
    names.  This is required because a few structures had members named
    'class' which made g++ very unhappy.
  - Catch gstat(8) and gconcat(8) up to these API changes.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.4       +97 -90    src/lib/libgeom/geom_xml2tree.c
  1.10      +43 -37    src/lib/libgeom/libgeom.h
  1.3       +13 -13    src/sbin/gconcat/gconcat.c
  1.7       +10 -9     src/usr.sbin/gstat/gstat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403092114.i29LEJYD018885>