diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
89 | #include <fcntl.h> | 89 | #include <fcntl.h> |
90 | #include <limits.h> | 90 | #include <limits.h> |
91 | #include <paths.h> | 91 | #include <paths.h> |
92 | #include <pwd.h> | ||
93 | #include <setjmp.h> | 92 | #include <setjmp.h> |
94 | #include <signal.h> | 93 | #include <signal.h> |
95 | #include <stdarg.h> | 94 | #include <stdarg.h> |
@@ -107,6 +106,7 @@ | |||
107 | #include <sys/times.h> | 106 | #include <sys/times.h> |
108 | #include <sys/types.h> | 107 | #include <sys/types.h> |
109 | #include <sys/wait.h> | 108 | #include <sys/wait.h> |
109 | #include "pwd.h" | ||
110 | 110 | ||
111 | 111 | ||
112 | #if !defined(FNMATCH_BROKEN) | 112 | #if !defined(FNMATCH_BROKEN) |
@@ -12627,7 +12627,7 @@ findvar(struct var **vpp, const char *name) | |||
12627 | /* | 12627 | /* |
12628 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> | 12628 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> |
12629 | * This file contains code for the times builtin. | 12629 | * This file contains code for the times builtin. |
12630 | * $Id: ash.c,v 1.30 2001/10/24 08:01:06 andersen Exp $ | 12630 | * $Id: ash.c,v 1.31 2001/10/24 17:19:35 andersen Exp $ |
12631 | */ | 12631 | */ |
12632 | static int timescmd (int argc, char **argv) | 12632 | static int timescmd (int argc, char **argv) |
12633 | { | 12633 | { |