xref: /freebsd/usr.bin/indent/tests/list_head.0 (revision 2d1d418e1e7bc8325bb052185c17c81a674d0c4e)
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
16
17