mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 21:20:50 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user