summaryrefslogtreecommitdiff
path: root/include/mpw/grp.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-25 03:22:37 -0700
committerYamaArashi <shadow962@live.com>2016-04-25 03:22:37 -0700
commitb03d2c9d30b7f15fddd6fb34401b4ca58a121229 (patch)
treeca7ee58a6523165e339a68f404e4a776e60bc0f2 /include/mpw/grp.h
parent346ed7678fc0a02c1c93c066140f819789f039d9 (diff)
remove unused include files
Diffstat (limited to 'include/mpw/grp.h')
-rwxr-xr-xinclude/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 100755
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;
-};