diff options
author | YamaArashi <shadow962@live.com> | 2016-04-25 03:22:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-25 03:22:37 -0700 |
commit | b03d2c9d30b7f15fddd6fb34401b4ca58a121229 (patch) | |
tree | ca7ee58a6523165e339a68f404e4a776e60bc0f2 /include/mpw/pwd.h | |
parent | 346ed7678fc0a02c1c93c066140f819789f039d9 (diff) |
remove unused include files
Diffstat (limited to 'include/mpw/pwd.h')
-rwxr-xr-x | include/mpw/pwd.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mpw/pwd.h b/include/mpw/pwd.h deleted file mode 100755 index 2d4fb70..0000000 --- a/include/mpw/pwd.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __pwd_h -#define __pwd_h - -#include <sys/types.h> - -struct passwd { - char *pw_name; - uid_t pw_uid; - gid_t pw_gid; - char *pw_dir; - char *pw_shell; - char *pw_passwd; -}; - -#endif /* ! __pwd_h */ |