diff options
Diffstat (limited to 'regress/lib/libc/alloca/alloca.c')
-rw-r--r-- | regress/lib/libc/alloca/alloca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/alloca/alloca.c b/regress/lib/libc/alloca/alloca.c index c8a6b6b40c2..1c264292933 100644 --- a/regress/lib/libc/alloca/alloca.c +++ b/regress/lib/libc/alloca/alloca.c @@ -1,11 +1,11 @@ -/* $OpenBSD: alloca.c,v 1.3 2003/07/31 03:23:41 mickey Exp $ */ +/* $OpenBSD: alloca.c,v 1.4 2003/07/31 21:48:02 deraadt Exp $ */ /* Written by Michael Shalayeff, 2003, Public Domain. */ #include <stdio.h> int -main() +main(int argc, char *argv[]) { char *q, *p; |