mirror of
https://github.com/sheumann/hush.git
synced 2025-03-01 12:30:09 +00:00
ash patch: errname-diff
This commit is contained in:
parent
9a218bf979
commit
438803311b
@ -1994,7 +1994,7 @@ exerror(int cond, const char *msg, ...)
|
|||||||
|
|
||||||
struct errname {
|
struct errname {
|
||||||
short errcode; /* error number */
|
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>
|
* Copyright (c) 1999 Herbert Xu <herbert@debian.org>
|
||||||
* This file contains code for the times builtin.
|
* 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)
|
static int timescmd (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user