xref: /freebsd/usr.bin/indent/tests/list_head.0.stdout (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
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