summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorart <>2002-02-18 11:29:50 +0000
committerart <>2002-02-18 11:29:50 +0000
commit4dece66721925f16b358eba5998b9e45cf848346 (patch)
tree32d9e375a0bd47a78b52e2ab03779ad7a70b40c7 /src
parent95b8c81a06fe83c1da3920fa285b5abc83bae839 (diff)
downloadopenbsd-4dece66721925f16b358eba5998b9e45cf848346.tar.gz
openbsd-4dece66721925f16b358eba5998b9e45cf848346.tar.bz2
openbsd-4dece66721925f16b358eba5998b9e45cf848346.zip
tags cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/malloc/Makefile3
-rw-r--r--src/regress/lib/libc/malloc/malloc0test.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile
index e328451d5a..0e8eee5478 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,5 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ 1# $OpenBSD: Makefile,v 1.3 2002/02/18 11:29:50 art Exp $
2# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
3 2
4PROG= malloc0test 3PROG= malloc0test
5 4
diff --git a/src/regress/lib/libc/malloc/malloc0test.c b/src/regress/lib/libc/malloc/malloc0test.c
index 99eef67196..71e077e1c3 100644
--- a/src/regress/lib/libc/malloc/malloc0test.c
+++ b/src/regress/lib/libc/malloc/malloc0test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: malloc0test.c,v 1.5 2002/02/18 11:29:50 art Exp $ */
1/* 2/*
2 * Public domain. 2001, Theo de Raadt 3 * Public domain. 2001, Theo de Raadt
3 */ 4 */