summaryrefslogtreecommitdiff
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-18 11:29:51 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-18 11:29:51 +0000
commit852533d5634d6efb9befae8fa9dda6bc5a6936b7 (patch)
tree1ba01c18b8f68da7715f1770e0e8fa9d24e3fa47 /regress/lib/libc
parent3d08a82efe5fc0edd3d868dfb58bc82e5f94a106 (diff)
tags cleanup.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/malloc/Makefile3
-rw-r--r--regress/lib/libc/malloc/malloc0test.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile
index e328451d5a2..0e8eee54780 100644
--- a/regress/lib/libc/malloc/Makefile
+++ b/regress/lib/libc/malloc/Makefile
@@ -1,5 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $
-# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
+# $OpenBSD: Makefile,v 1.3 2002/02/18 11:29:50 art Exp $
PROG= malloc0test
diff --git a/regress/lib/libc/malloc/malloc0test.c b/regress/lib/libc/malloc/malloc0test.c
index 99eef671966..71e077e1c30 100644
--- a/regress/lib/libc/malloc/malloc0test.c
+++ b/regress/lib/libc/malloc/malloc0test.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: malloc0test.c,v 1.5 2002/02/18 11:29:50 art Exp $ */
/*
* Public domain. 2001, Theo de Raadt
*/