fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / include / mpw / grp.h
blobfaf2c6a6be9b8b2d0ad496ed82ce4d0cca9910c4
1 #pragma once
3 #include "sys/types.h"
5 struct group {
6 char *gr_name;
7 gid_t gr_gid;
8 char *gr_passwd;
9 char **gr_mem;