From: Aaron Lehmann Date: Mon, 31 Dec 2001 06:16:54 +0000 (-0000) Subject: ash patch: errname-diff X-Git-Tag: 0_60_3~137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=438803311b67c6337ea97476e97336e027ef9a3a;p=oweals%2Fbusybox.git ash patch: errname-diff --- 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, ...) struct errname { short errcode; /* error number */ - char action; /* operation which encountered the error */ + short action; /* operation which encountered the error */ }; /* @@ -12470,7 +12470,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.44 2001/12/31 06:13:38 aaronl Exp $ + * $Id: ash.c,v 1.45 2001/12/31 06:16:54 aaronl Exp $ */ static int timescmd (int argc, char **argv) {