diff options
author | Stan Shebs <shebs@codesourcery.com> | 2004-03-25 22:22:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2004-03-25 22:22:59 +0000 |
commit | 4ee0dce2d7b81143c6b7ca5d8746ee3705f02ec4 (patch) | |
tree | b3c5d91d9e0f7668513003ac3ee75fdaef1d2e66 /include/mpw/grp.h | |
parent | ec475b0967c5f3c2e4a81c045670c9579a76218d (diff) | |
download | cygnal-4ee0dce2d7b81143c6b7ca5d8746ee3705f02ec4.tar.gz cygnal-4ee0dce2d7b81143c6b7ca5d8746ee3705f02ec4.tar.bz2 cygnal-4ee0dce2d7b81143c6b7ca5d8746ee3705f02ec4.zip |
* mpw/: Remove subdirectory and everything in it.
Diffstat (limited to 'include/mpw/grp.h')
-rw-r--r-- | include/mpw/grp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mpw/grp.h b/include/mpw/grp.h deleted file mode 100644 index faf2c6a6b..000000000 --- a/include/mpw/grp.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include "sys/types.h" - -struct group { - char *gr_name; - gid_t gr_gid; - char *gr_passwd; - char **gr_mem; -}; |