diff options
author | otto <> | 2003-07-15 10:09:37 +0000 |
---|---|---|
committer | otto <> | 2003-07-15 10:09:37 +0000 |
commit | 19f7f066e726b9057c4d22f7ea855a2eec1a6826 (patch) | |
tree | 51cf598304087f7b71b479fffb6c917ff04d6099 /src/regress/lib | |
parent | 2bde480334d701470681df16582ed92f56353bc9 (diff) | |
download | openbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.tar.gz openbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.tar.bz2 openbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.zip |
move malloc0test.c to new subdir.
ok tdeval@ millert@
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 8 | ||||
-rw-r--r-- | src/regress/lib/libc/malloc/malloc0test/Makefile | 5 | ||||
-rw-r--r-- | src/regress/lib/libc/malloc/malloc0test/malloc0test.c (renamed from src/regress/lib/libc/malloc/malloc0test.c) | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile index 0e8eee5478..bb6dfc26a4 100644 --- a/src/regress/lib/libc/malloc/Makefile +++ b/src/regress/lib/libc/malloc/Makefile | |||
@@ -1,5 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/02/18 11:29:50 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2003/07/15 10:09:37 otto Exp $ |
2 | 2 | ||
3 | PROG= malloc0test | 3 | SUBDIR+= malloc0test malloc_errno |
4 | 4 | ||
5 | .include <bsd.regress.mk> | 5 | install: |
6 | |||
7 | .include <bsd.subdir.mk> | ||
diff --git a/src/regress/lib/libc/malloc/malloc0test/Makefile b/src/regress/lib/libc/malloc/malloc0test/Makefile new file mode 100644 index 0000000000..8ed8163a79 --- /dev/null +++ b/src/regress/lib/libc/malloc/malloc0test/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2003/07/15 10:09:37 otto Exp $ | ||
2 | |||
3 | PROG= malloc0test | ||
4 | |||
5 | .include <bsd.regress.mk> | ||
diff --git a/src/regress/lib/libc/malloc/malloc0test.c b/src/regress/lib/libc/malloc/malloc0test/malloc0test.c index 71e077e1c3..39c3fd2e64 100644 --- a/src/regress/lib/libc/malloc/malloc0test.c +++ b/src/regress/lib/libc/malloc/malloc0test/malloc0test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: malloc0test.c,v 1.5 2002/02/18 11:29:50 art Exp $ */ | 1 | /* $OpenBSD: malloc0test.c,v 1.1 2003/07/15 10:09:37 otto Exp $ */ |
2 | /* | 2 | /* |
3 | * Public domain. 2001, Theo de Raadt | 3 | * Public domain. 2001, Theo de Raadt |
4 | */ | 4 | */ |