diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 11:29:51 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 11:29:51 +0000 |
commit | 852533d5634d6efb9befae8fa9dda6bc5a6936b7 (patch) | |
tree | 1ba01c18b8f68da7715f1770e0e8fa9d24e3fa47 /regress/lib/libc | |
parent | 3d08a82efe5fc0edd3d868dfb58bc82e5f94a106 (diff) |
tags cleanup.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 3 | ||||
-rw-r--r-- | regress/lib/libc/malloc/malloc0test.c | 1 |
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 */ |