summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/alloca/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/alloca/alloca.c')
-rw-r--r--src/regress/lib/libc/alloca/alloca.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c
index 1c26429293..14ef87b29a 100644
--- a/src/regress/lib/libc/alloca/alloca.c
+++ b/src/regress/lib/libc/alloca/alloca.c
@@ -1,8 +1,9 @@
1/* $OpenBSD: alloca.c,v 1.4 2003/07/31 21:48:02 deraadt Exp $ */ 1/* $OpenBSD: alloca.c,v 1.5 2003/08/02 01:24:36 david Exp $ */
2 2
3/* Written by Michael Shalayeff, 2003, Public Domain. */ 3/* Written by Michael Shalayeff, 2003, Public Domain. */
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <string.h>
6 7
7int 8int
8main(int argc, char *argv[]) 9main(int argc, char *argv[])