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