aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2001-12-31 06:16:54 +0000
committerAaron Lehmann <aaronl@vitelius.com>2001-12-31 06:16:54 +0000
commit438803311b67c6337ea97476e97336e027ef9a3a (patch)
treee7a2dfec31870759421bc6e59b800166a8d6e3ca
parent9a218bf979966442c48e02270711a4e632ea6a90 (diff)
downloadbusybox-w32-438803311b67c6337ea97476e97336e027ef9a3a.tar.gz
busybox-w32-438803311b67c6337ea97476e97336e027ef9a3a.tar.bz2
busybox-w32-438803311b67c6337ea97476e97336e027ef9a3a.zip
ash patch: errname-diff
-rw-r--r--shell/ash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 8d6ad16a7..d1bef2a27 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -1994,7 +1994,7 @@ exerror(int cond, const char *msg, ...)
1994 1994
1995struct errname { 1995struct errname {
1996 short errcode; /* error number */ 1996 short errcode; /* error number */
1997 char action; /* operation which encountered the error */ 1997 short action; /* operation which encountered the error */
1998}; 1998};
1999 1999
2000/* 2000/*
@@ -12470,7 +12470,7 @@ findvar(struct var **vpp, const char *name)
12470/* 12470/*
12471 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12471 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12472 * This file contains code for the times builtin. 12472 * This file contains code for the times builtin.
12473 * $Id: ash.c,v 1.44 2001/12/31 06:13:38 aaronl Exp $ 12473 * $Id: ash.c,v 1.45 2001/12/31 06:16:54 aaronl Exp $
12474 */ 12474 */
12475static int timescmd (int argc, char **argv) 12475static int timescmd (int argc, char **argv)
12476{ 12476{