diff options
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 3 | ||||
-rw-r--r-- | src/regress/lib/libc/malloc/malloc0test.c | 1 |
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 | ||
4 | PROG= malloc0test | 3 | PROG= 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 | */ |