diff options
author | dhartmei <> | 2002-08-30 07:58:08 +0000 |
---|---|---|
committer | dhartmei <> | 2002-08-30 07:58:08 +0000 |
commit | b317bf50a10ff572164977749e56454ad595e904 (patch) | |
tree | 51557b2bbef0a3aa7dfeb77c6f8962aff1d6a489 /src/regress | |
parent | 509a5b94525f34212cd48bccbf85481897ecd99f (diff) | |
download | openbsd-b317bf50a10ff572164977749e56454ad595e904.tar.gz openbsd-b317bf50a10ff572164977749e56454ad595e904.tar.bz2 openbsd-b317bf50a10ff572164977749e56454ad595e904.zip |
re-enable function pointer table protection, this time make sure that
malloc.c gets the first mmap() call (since it depends on that, for its
sbrk(0) use). ok deraadt@
Diffstat (limited to 'src/regress')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 70b2d57123..d383b58371 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2002/07/05 15:54:30 itojun Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2002/08/30 07:58:08 dhartmei Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | 3 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen |
4 | SUBDIR+= longjmp | 4 | SUBDIR+= longjmp atexit |
5 | .if (${MACHINE_ARCH} != "vax") | 5 | .if (${MACHINE_ARCH} != "vax") |
6 | SUBDIR+= ieeefp | 6 | SUBDIR+= ieeefp |
7 | .endif | 7 | .endif |