diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-05 10:17:08 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-05 10:17:08 +0000 |
commit | c2a198d4d1552b349750a13d2c22486e99ef6270 (patch) | |
tree | 20db60b3a787cd3152160fb60206922fd5eb18ed /include/grp_.h | |
parent | d8cf793135eac928e653eb5178894a611aa27837 (diff) | |
download | busybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.tar.gz busybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.tar.bz2 busybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.zip |
build system overhaul
git-svn-id: svn://busybox.net/trunk/busybox@16307 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 3ac5c8461..b34addfa2 100644 --- a/include/grp_.h +++ b/include/grp_.h | |||
@@ -30,12 +30,10 @@ | |||
30 | #ifndef _GRP_H | 30 | #ifndef _GRP_H |
31 | #define _GRP_H 1 | 31 | #define _GRP_H 1 |
32 | 32 | ||
33 | |||
34 | #include <sys/types.h> | 33 | #include <sys/types.h> |
35 | #include <features.h> | 34 | #include <features.h> |
36 | #include <stdio.h> | 35 | #include <stdio.h> |
37 | 36 | ||
38 | |||
39 | /* The group structure. */ | 37 | /* The group structure. */ |
40 | struct group | 38 | struct group |
41 | { | 39 | { |