]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/list_head.0
MFC r332399:
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / list_head.0
1 /* $FreeBSD$ */
2 /* See r309380 */
3 static int
4 do_execve(td, args, mac_p)
5         struct thread *td;
6         struct image_args *args;
7         struct mac *mac_p;
8 {
9
10 }
11
12 static LIST_HEAD(, alq) ald_active;
13 static int ald_shuttingdown = 0;
14 struct thread *ald_thread;
15
16