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-2b8a05a77533419b098a990f065a879553de5fe0.tar.gz |
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 @@ #include <assert.h> #include <ctype.h> -//#include "pwd_.h" -//#include "grp_.h" -//#include "shadow_.h" +#include "shadow_.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" |