summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authordavid <>2003-06-26 17:15:27 +0000
committerdavid <>2003-06-26 17:15:27 +0000
commit1c01043db61c2b373cb39168923156996dff596a (patch)
treef00220c01e19b95d0a36315777bd530dcccba9a6 /src/regress/lib
parenta87df78dc91434563f4a86616aa2bd6c71d91331 (diff)
downloadopenbsd-1c01043db61c2b373cb39168923156996dff596a.tar.gz
openbsd-1c01043db61c2b373cb39168923156996dff596a.tar.bz2
openbsd-1c01043db61c2b373cb39168923156996dff596a.zip
fix rcsid
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/alloca/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c
index 4f1f18396a..fd3d350c5d 100644
--- a/src/regress/lib/libc/alloca/alloca.c
+++ b/src/regress/lib/libc/alloca/alloca.c
@@ -1,4 +1,4 @@
1/* $OpeBSD$ */ 1/* $OpenBSD: alloca.c,v 1.2 2003/06/26 17:15:27 david Exp $ */
2 2
3/* Copyright (c) 2003 Michael Shalayeff. Public Domain. */ 3/* Copyright (c) 2003 Michael Shalayeff. Public Domain. */
4 4