projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f2bd0
)
Patch from vodz to fix broken function prototype
author
Eric Andersen
<andersen@codepoet.org>
Fri, 21 Dec 2001 11:22:26 +0000
(11:22 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 21 Dec 2001 11:22:26 +0000
(11:22 -0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 177ec1c26c08e149b175a69b5b4704d7881ae8b9..522a11d2090ec5eca68a2c2516437367658ae8a2 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-5214,7
+5214,7
@@
static char *expdir;
static void
-expandmeta(struct strlist str, int flag)
+expandmeta(struct strlist
*
str, int flag)
{
char *p;
struct strlist **savelastp;
@@
-12481,7
+12481,7
@@
findvar(struct var **vpp, const char *name)
/*
* Copyright (c) 1999 Herbert Xu <herbert@debian.org>
* This file contains code for the times builtin.
- * $Id: ash.c,v 1.3
8 2001/12/20 23:13:19 kraai
Exp $
+ * $Id: ash.c,v 1.3
9 2001/12/21 11:22:26 andersen
Exp $
*/
static int timescmd (int argc, char **argv)
{