Reduce upstream diffs.

This commit is contained in:
simonb 2023-10-06 07:05:59 +00:00
parent 3ffde58357
commit 085b99e6c5
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cmdbuf.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */
/* $NetBSD: cmdbuf.c,v 1.6 2023/10/06 07:05:59 simonb Exp $ */
/*
* Copyright (C) 1984-2023 Mark Nudelman
@ -21,9 +21,6 @@
#if HAVE_STAT
#include <sys/stat.h>
#endif
#if HAVE_ERRNO_H
#include <errno.h>
#endif
extern int sc_width;
extern int utf_mode;

View File

@ -1,4 +1,4 @@
/* $NetBSD: decode.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */
/* $NetBSD: decode.c,v 1.6 2023/10/06 07:09:15 simonb Exp $ */
/*
* Copyright (C) 1984-2023 Mark Nudelman
@ -241,6 +241,7 @@ static struct tablelist *list_ecmd_tables = NULL;
static struct tablelist *list_var_tables = NULL;
static struct tablelist *list_sysvar_tables = NULL;
/*
* Expand special key abbreviations in a command table.
*/