aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-20 17:43:01 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-20 17:43:01 +0000
commit3c7fe80df5c7c3d2abd2819a64a837c1b37d25cc (patch)
tree635dc93791dccdd92ca17f208a9f608933f1de4a /libpwdgrp
parent1130a60bceff004776ac1b2e4d6209266f3d7544 (diff)
downloadbusybox-w32-3c7fe80df5c7c3d2abd2819a64a837c1b37d25cc.tar.gz
busybox-w32-3c7fe80df5c7c3d2abd2819a64a837c1b37d25cc.tar.bz2
busybox-w32-3c7fe80df5c7c3d2abd2819a64a837c1b37d25cc.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...) git-svn-id: svn://busybox.net/trunk/busybox@15442 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
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"