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...)
This commit is contained in:
Rob Landley 2006-06-20 17:43:01 +00:00
parent 8437ede6c2
commit 2b8a05a775
2 changed files with 19 additions and 26 deletions

View file

@ -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"