mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-14 08:13:08 +00:00
14 lines
140 B
Plaintext
14 lines
140 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
statement s;
|
|
@@
|
|
- while (true)
|
|
+ for (;;)
|
|
s
|
|
@@
|
|
statement s;
|
|
@@
|
|
- while (1)
|
|
+ for (;;)
|
|
s
|