NetworkManager/src/libnm-udev-aux
Jan Vaclav 5f6beb0e57 nm-udev-utils: constify strstr-output variable
`subsystem_full` is const, so `s` needs to be const too.
Reorder the NULL-byte write so that we are not writing
into a const char* (the underlying memory is the same).
2025-12-04 11:51:28 +00:00
..
meson.build build/meson: cleanup dependencies for libnm-udev-aux 2021-02-28 10:42:04 +01:00
nm-udev-utils.c nm-udev-utils: constify strstr-output variable 2025-12-04 11:51:28 +00:00
nm-udev-utils.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

libnm-udev-aux

Static helper library with tools around libudev.

This library depends on glib and libudev: