From 2b8a05a77533419b098a990f065a879553de5fe0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 20 Jun 2006 17:43:01 +0000 Subject: 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...) --- libpwdgrp/pwd_grp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpwdgrp') 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 #include -//#include "pwd_.h" -//#include "grp_.h" -//#include "shadow_.h" +#include "shadow_.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" -- cgit v1.2.3