summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/alloca/alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c
index fd3d350c5d..c8a6b6b40c 100644
--- a/src/regress/lib/libc/alloca/alloca.c
+++ b/src/regress/lib/libc/alloca/alloca.c
@@ -1,6 +1,6 @@
1/* $OpenBSD: alloca.c,v 1.2 2003/06/26 17:15:27 david Exp $ */ 1/* $OpenBSD: alloca.c,v 1.3 2003/07/31 03:23:41 mickey Exp $ */
2 2
3/* Copyright (c) 2003 Michael Shalayeff. Public Domain. */ 3/* Written by Michael Shalayeff, 2003, Public Domain. */
4 4
5#include <stdio.h> 5#include <stdio.h>
6 6