From 1a10eec17846b864a89834239a0533040cb504e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Oct 2001 17:19:38 +0000 Subject: Fixup the location of pwd.h and grp.h --- shell/ash.c | 4 ++-- shell/cmdedit.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 8544d8131..ffafcfeb4 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -89,7 +89,6 @@ #include #include #include -#include #include #include #include @@ -107,6 +106,7 @@ #include #include #include +#include "pwd.h" #if !defined(FNMATCH_BROKEN) @@ -12627,7 +12627,7 @@ findvar(struct var **vpp, const char *name) /* * Copyright (c) 1999 Herbert Xu * This file contains code for the times builtin. - * $Id: ash.c,v 1.30 2001/10/24 08:01:06 andersen Exp $ + * $Id: ash.c,v 1.31 2001/10/24 17:19:35 andersen Exp $ */ static int timescmd (int argc, char **argv) { diff --git a/shell/cmdedit.c b/shell/cmdedit.c index d1b9111ea..d57e4c12b 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -82,7 +82,7 @@ #ifdef CONFIG_FEATURE_GETUSERNAME_AND_HOMEDIR # ifndef TEST -# include "pwd_grp/pwd.h" +# include "pwd.h" # else # include # endif /* TEST */ -- cgit v1.2.3