diff options
author | jca <> | 2021-10-25 14:38:10 +0000 |
---|---|---|
committer | jca <> | 2021-10-25 14:38:10 +0000 |
commit | 314245f535e5f99d184e4dcdd41c65bf862da849 (patch) | |
tree | f895f377aa21b1a2b84a880a751ba5a41b7ae723 | |
parent | ebb3d2c1a1f17d568d67e695dcb79b2bfe15b24b (diff) | |
download | openbsd-314245f535e5f99d184e4dcdd41c65bf862da849.tar.gz openbsd-314245f535e5f99d184e4dcdd41c65bf862da849.tar.bz2 openbsd-314245f535e5f99d184e4dcdd41c65bf862da849.zip |
Make brk() and sbrk() weak again as intended.
Apparently spotted by mortimer@ while working on clang 13 and amd64.
No actual change on sparc64 as this architecture still uses ld.bfd.
ok kettenis@
-rw-r--r-- | src/lib/libc/net/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/base64.c b/src/lib/libc/net/base64.c index 76f2f910a2..bfa4f4d3cb 100644 --- a/src/lib/libc/net/base64.c +++ b/src/lib/libc/net/base64.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: base64.c,v 1.13 2021/10/24 10:05:22 jsg Exp $ */ | 1 | /* $OpenBSD: base64.c,v 1.14 2021/10/25 14:38:10 jca Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1996 by Internet Software Consortium. | 4 | * Copyright (c) 1996 by Internet Software Consortium. |
@@ -42,7 +42,6 @@ | |||
42 | * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. | 42 | * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
43 | */ | 43 | */ |
44 | 44 | ||
45 | #include <sys/types.h> | ||
46 | #include <sys/socket.h> | 45 | #include <sys/socket.h> |
47 | #include <netinet/in.h> | 46 | #include <netinet/in.h> |
48 | #include <arpa/inet.h> | 47 | #include <arpa/inet.h> |