diff options
author | 2002-02-18 11:29:50 +0000 | |
---|---|---|
committer | 2002-02-18 11:29:50 +0000 | |
commit | 9d8e9b948f34748a16e85b0f0d749bb7f615b6d5 (patch) | |
tree | 4a1b40fb77bb3c7188e6b06256e7cfd1e435c1e5 | |
parent | add longjmp (diff) | |
download | wireguard-openbsd-9d8e9b948f34748a16e85b0f0d749bb7f615b6d5.tar.xz wireguard-openbsd-9d8e9b948f34748a16e85b0f0d749bb7f615b6d5.zip |
tags cleanup.
-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 */ |