1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin/gconcat
John Baldwin ccac9da43b 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
2004-03-09 21:14:18 +00:00
..
gconcat.8 Added manual page for gconcat utility. 2004-02-23 12:44:08 +00:00
gconcat.c Make libgeom usable by C++ programs: 2004-03-09 21:14:18 +00:00
Makefile Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and 2004-02-24 03:46:12 +00:00