]> git.proxmox.com Git - mirror_lxc.git/blob - coccinelle/while-true.cocci
af_unix: add lxc_abstract_unix_send_fds_iov
[mirror_lxc.git] / coccinelle / while-true.cocci
1 @@
2 statement s;
3 @@
4 - while (true)
5 + for (;;)
6 s
7 @@
8 statement s;
9 @@
10 - while (1)
11 + for (;;)
12 s