Files
systemd/src/nspawn
Zbigniew Jędrzejewski-Szmek f95c9f46e2 nspawn: drop unnecessary wrapper functions
The naming was confused: suffix 'p' means that the function takes a pointer to
the type that the wrapped function takes. (E.g., a char**, for a wrapped function
taking a char*.)  But DEFINE_TRIVIAL_DESTRUCTOR() just changes the return type.

Also add one more assert for consistency.
2023-10-06 16:45:49 +02:00
..
2023-10-04 08:58:10 +09:00
2022-11-08 18:21:10 +01:00