diff options
author | Denis Vlasenko | 2006-10-05 10:17:08 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-05 10:17:08 +0000 |
commit | 7d219aab70e6951ab82c27c202cac05016696723 (patch) | |
tree | 4c0679bfa391f71aee9b51505a5d3dc8f60a0cf7 /include/grp_.h | |
parent | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 (diff) | |
download | busybox-7d219aab70e6951ab82c27c202cac05016696723.zip busybox-7d219aab70e6951ab82c27c202cac05016696723.tar.gz |
build system overhaul
Diffstat (limited to 'include/grp_.h')
-rw-r--r-- | include/grp_.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grp_.h b/include/grp_.h index 3ac5c84..b34addf 100644 --- a/include/grp_.h +++ b/include/grp_.h @@ -30,12 +30,10 @@ #ifndef _GRP_H #define _GRP_H 1 - #include <sys/types.h> #include <features.h> #include <stdio.h> - /* The group structure. */ struct group { |