aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-20 17:43:01 +0000
committerRob Landley <rob@landley.net>2006-06-20 17:43:01 +0000
commit2b8a05a77533419b098a990f065a879553de5fe0 (patch)
tree635dc93791dccdd92ca17f208a9f608933f1de4a /libpwdgrp
parent8437ede6c2ada03f48709e81e43a8195146b420e (diff)
downloadbusybox-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.c4
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"