ash patch: errname-diff
authorAaron Lehmann <aaronl@vitelius.com>
Mon, 31 Dec 2001 06:16:54 +0000 (06:16 -0000)
committerAaron Lehmann <aaronl@vitelius.com>
Mon, 31 Dec 2001 06:16:54 +0000 (06:16 -0000)
shell/ash.c

index 8d6ad16a76cd34f74339d1bf58022d52234383cf..d1bef2a27fd0fbf85075d45f3dbcb4d5e36c1f32 100644 (file)
@@ -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 <herbert@debian.org>
  * 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)
 {