mirror of
https://github.com/systemd/systemd.git
synced 2026-07-09 08:07:17 +00:00
read_line() is a lot more careful and optimized than read_nul_string() but does mostly the same thing. let's replace the latter by the former, just with a special flag that toggles between the slightly different EOL rules if both.