mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-19 18:46:30 +07:00
udevadm: info - make attribute array static and const
This commit is contained in:
parent
71e65e8683
commit
74e8a45ed4
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
static bool skip_attribute(const char *name)
|
static bool skip_attribute(const char *name)
|
||||||
{
|
{
|
||||||
char *skip[] = {
|
static const char const *skip[] = {
|
||||||
"uevent",
|
"uevent",
|
||||||
"dev",
|
"dev",
|
||||||
"modalias",
|
"modalias",
|
||||||
|
Loading…
Reference in New Issue
Block a user