diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/my_getgrgid.c | 4 | ||||
-rw-r--r-- | libbb/my_getgrnam.c | 4 | ||||
-rw-r--r-- | libbb/my_getpwnam.c | 4 | ||||
-rw-r--r-- | libbb/my_getpwnamegid.c | 4 | ||||
-rw-r--r-- | libbb/my_getpwuid.c | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libbb/my_getgrgid.c b/libbb/my_getgrgid.c index bf2067e46..88bafc97b 100644 --- a/libbb/my_getgrgid.c +++ b/libbb/my_getgrgid.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | 28 | ||
29 | /* gets a groupname given a gid */ | 29 | /* gets a groupname given a gid */ |
diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index f21d482c6..f80d3f824 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | 28 | ||
29 | /* returns a gid given a group name */ | 29 | /* returns a gid given a group name */ |
diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c index db7f4a65f..04951a4d0 100644 --- a/libbb/my_getpwnam.c +++ b/libbb/my_getpwnam.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | 28 | ||
29 | /* returns a uid given a username */ | 29 | /* returns a uid given a username */ |
diff --git a/libbb/my_getpwnamegid.c b/libbb/my_getpwnamegid.c index 4866b9717..07e02c1cf 100644 --- a/libbb/my_getpwnamegid.c +++ b/libbb/my_getpwnamegid.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
diff --git a/libbb/my_getpwuid.c b/libbb/my_getpwuid.c index 5236c7df3..2abe7a7f3 100644 --- a/libbb/my_getpwuid.c +++ b/libbb/my_getpwuid.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||