scf cab3742f10 Add four utility functions related to struct grp processing modeled in-part
after similar calls related to struct pwd in libutil/pw_util.c:
  - gr_equal()
    Perform a deep comparison of two struct grp's.  It does a thorough, yet
    unoptimized comparison of all the members regardless of order.

  - gr_make()
    Create a string (see group(5)) from a struct grp.

  - gr_dup()
    Duplicate a struct grp.  Returns a value that is a single contiguous
    block of memory.

  - gr_scan()
    Create a struct grp from a string (as produced by gr_make()).

MFC after:	3 weeks
2008-04-23 00:49:13 +00:00
..
2007-09-28 15:31:44 +00:00
2007-09-28 15:31:44 +00:00
2007-09-28 15:31:44 +00:00
2006-06-17 07:25:58 +00:00
2006-01-16 00:28:11 +00:00
2006-10-10 08:15:08 +00:00