summaryrefslogtreecommitdiff
path: root/regress/lib/csu
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-18 11:03:59 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-18 11:03:59 +0000
commit59c764609f8dc6f78d191dcf8ea8a123b68fb8d5 (patch)
tree4152d4eafe632cf849e6f67b58a04543d88c986b /regress/lib/csu
parent2a1b9ad8a97070cbd453037352c4533ec40f3530 (diff)
minor cleanup.
Diffstat (limited to 'regress/lib/csu')
-rw-r--r--regress/lib/csu/ctors/ctors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/csu/ctors/ctors.c b/regress/lib/csu/ctors/ctors.c
index ba97bdc6d5f..d6661efb355 100644
--- a/regress/lib/csu/ctors/ctors.c
+++ b/regress/lib/csu/ctors/ctors.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: ctors.c,v 1.1 2002/01/31 15:33:36 art Exp $ */
+/* $OpenBSD: ctors.c,v 1.2 2002/02/18 11:03:58 art Exp $ */
/*
- * Written by Artur Grabowski <art@openbsd.org>. Public Domain.
+ * Written by Artur Grabowski <art@openbsd.org>, 2002 Public Domain.
*/
void foo(void) __attribute__((constructor));