From ea1a63a2011a44b143cc46c7d80a8152f5358e24 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 4 Jun 2002 20:10:23 +0000 Subject: Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches] --- 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 f3b641d53..d834cc02a 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -68,6 +68,7 @@ #include #include #include +#include "busybox.h" #include "pwd.h" @@ -82,7 +83,6 @@ #include #endif -#include "busybox.h" #include "cmdedit.h" /* @@ -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.50 2002/05/14 23:22:06 sandman Exp $ + * $Id: ash.c,v 1.51 2002/06/04 20:10:15 sandman Exp $ */ static int timescmd (int argc, char **argv) { -- cgit v1.2.3