A few minor portability improvements
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
eb08b6ed5c
commit
fdd7b566ec
@@ -1217,7 +1217,7 @@ static void hush_exit(int exitcode)
|
||||
|
||||
static int check_and_run_traps(int sig)
|
||||
{
|
||||
static const struct timespec zero_timespec = { 0, 0 };
|
||||
static const struct timespec zero_timespec;
|
||||
smalluint save_rcode;
|
||||
int last_sig = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user