diff options
author | 2002-08-30 07:58:07 +0000 | |
---|---|---|
committer | 2002-08-30 07:58:07 +0000 | |
commit | 2762c2ed51f84d6c1fa091d0fc24b67155fed1e3 (patch) | |
tree | 98774455bc79e53676420e45933cb444cec30357 /regress/lib/libc | |
parent | have -I option, which causes traceroute6 to use ICMPv6 echo request for probing (diff) | |
download | wireguard-openbsd-2762c2ed51f84d6c1fa091d0fc24b67155fed1e3.tar.xz wireguard-openbsd-2762c2ed51f84d6c1fa091d0fc24b67155fed1e3.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 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 70b2d571234..d383b58371b 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2002/07/05 15:54:30 itojun Exp $ +# $OpenBSD: Makefile,v 1.9 2002/08/30 07:58:08 dhartmei Exp $ SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen -SUBDIR+= longjmp +SUBDIR+= longjmp atexit .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif |