commit bash-20210201 snapshot

This commit is contained in:
Chet Ramey
2021-02-06 18:27:50 -05:00
parent fcad1d1e84
commit 08871a7780
16 changed files with 169 additions and 90 deletions
+1 -1
View File
@@ -30,6 +30,7 @@
#include "bashtypes.h"
#include <errno.h>
#include <time.h>
#include <limits.h>
#include "typemax.h"
#include <sys/socket.h>
@@ -44,7 +45,6 @@ int
accept_builtin (list)
WORD_LIST *list;
{
WORD_LIST *l;
SHELL_VAR *v;
intmax_t iport;
int opt;