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