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