From 887ca79f04cdf45874ed783c1fb9b950bf25a246 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Jul 2002 23:19:26 +0000 Subject: Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik --- shell/ash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index 80da35b59..366f704be 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -69,7 +69,7 @@ #include #include #include "busybox.h" -#include "pwd.h" +#include "pwd_.h" #if !defined(FNMATCH_BROKEN) @@ -12442,7 +12442,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.52 2002/06/06 12:07:28 andersen Exp $ + * $Id: ash.c,v 1.53 2002/07/03 23:19:22 andersen Exp $ */ static int timescmd (int argc, char **argv) { -- cgit v1.2.3