aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/tests/list_head.0.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/list_head.0.stdout')
-rw-r--r--usr.bin/indent/tests/list_head.0.stdout13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/list_head.0.stdout b/usr.bin/indent/tests/list_head.0.stdout
new file mode 100644
index 000000000000..b74117a097e6
--- /dev/null
+++ b/usr.bin/indent/tests/list_head.0.stdout
@@ -0,0 +1,13 @@
+/* See r309380 */
+static int
+do_execve(td, args, mac_p)
+ struct thread *td;
+ struct image_args *args;
+ struct mac *mac_p;
+{
+
+}
+
+static LIST_HEAD(, alq) ald_active;
+static int ald_shuttingdown = 0;
+struct thread *ald_thread;