diff options
author | Rob Landley <rob@landley.net> | 2006-06-20 17:43:01 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-20 17:43:01 +0000 |
commit | 2b8a05a77533419b098a990f065a879553de5fe0 (patch) | |
tree | 635dc93791dccdd92ca17f208a9f608933f1de4a /libpwdgrp | |
parent | 8437ede6c2ada03f48709e81e43a8195146b420e (diff) | |
download | busybox-w32-2b8a05a77533419b098a990f065a879553de5fe0.tar.gz busybox-w32-2b8a05a77533419b098a990f065a879553de5fe0.tar.bz2 busybox-w32-2b8a05a77533419b098a990f065a879553de5fe0.zip |
I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.
Got both to a decent stopping point. (There's a lot more cleanup to do on ls.c
but now is not the time...)
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/pwd_grp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 98ecf40a3..05b83d66d 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c | |||
@@ -28,9 +28,7 @@ | |||
28 | #include <assert.h> | 28 | #include <assert.h> |
29 | #include <ctype.h> | 29 | #include <ctype.h> |
30 | 30 | ||
31 | //#include "pwd_.h" | 31 | #include "shadow_.h" |
32 | //#include "grp_.h" | ||
33 | //#include "shadow_.h" | ||
34 | 32 | ||
35 | #ifndef _PATH_SHADOW | 33 | #ifndef _PATH_SHADOW |
36 | #define _PATH_SHADOW "/etc/shadow" | 34 | #define _PATH_SHADOW "/etc/shadow" |