xref: /freebsd/usr.bin/indent/tests/list_head.0.stdout (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1/* See r309380 */
2static int
3do_execve(td, args, mac_p)
4	struct thread  *td;
5	struct image_args *args;
6	struct mac     *mac_p;
7{
8
9}
10
11static LIST_HEAD(, alq) ald_active;
12static int	ald_shuttingdown = 0;
13struct thread  *ald_thread;
14