Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+4 -7
View File
@@ -6,7 +6,7 @@
*/
/*
Copyright (C) 1999-2009 Free Software Foundation, Inc.
Copyright (C) 1999-2009,2022 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
@@ -59,13 +59,12 @@ struct utsname {
extern int errno;
#endif
static void uprint();
static void uprint(int, char *);
static int uname_flags;
int
uname_builtin (list)
WORD_LIST *list;
uname_builtin (WORD_LIST *list)
{
int opt, r;
struct utsname uninfo;
@@ -134,9 +133,7 @@ uname_builtin (list)
}
static void
uprint (flag, info)
int flag;
char *info;
uprint (int flag, char *info)
{
if (uname_flags & flag)
{