aboutsummaryrefslogtreecommitdiff
path: root/include/mpw/grp.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2004-03-25 22:22:59 +0000
committerStan Shebs <shebs@codesourcery.com>2004-03-25 22:22:59 +0000
commit75d5e263b46a508fdf5876e4d63c68d46e5da61b (patch)
tree0f92a17c09bd0cef3fb27a6ae0a423ee880dcd80 /include/mpw/grp.h
parent3cfa5eef24dd5242df0992f62f91e778e45e43f3 (diff)
downloadgdb-75d5e263b46a508fdf5876e4d63c68d46e5da61b.zip
gdb-75d5e263b46a508fdf5876e4d63c68d46e5da61b.tar.gz
gdb-75d5e263b46a508fdf5876e4d63c68d46e5da61b.tar.bz2
* mpw/: Remove subdirectory and everything in it.
Diffstat (limited to 'include/mpw/grp.h')
-rw-r--r--include/mpw/grp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mpw/grp.h b/include/mpw/grp.h
deleted file mode 100644
index faf2c6a..0000000
--- 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;
-};