mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
Most notably, it renames
c_list_unlink_init() -> c_list_unlink()
c_list_unlink() -> c_list_unlink_stale()
$ sed -e 's/\<c_list_unlink\>/c_list_unlink_old/g' \
-e 's/\<c_list_unlink_init\>/c_list_unlink/g' \
-e 's/\<c_list_unlink_old\>/c_list_unlink_stale/g' \
$(git grep -l c_list_unlink -- ':(exclude)shared/nm-utils/c-list.h') \
-i
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| certs | ||
| test-compare.c | ||
| test-crypto.c | ||
| test-general-enums.h | ||
| test-general.c | ||
| test-keyfile.c | ||
| test-secrets.c | ||
| test-setting-8021x.c | ||
| test-setting-bond.c | ||
| test-setting-dcb.c | ||
| test-settings-defaults.c | ||