diff options
| author | jca <> | 2021-10-25 14:38:10 +0000 |
|---|---|---|
| committer | jca <> | 2021-10-25 14:38:10 +0000 |
| commit | db770399bac4498ed9ea1f166e1e92abee964504 (patch) | |
| tree | f895f377aa21b1a2b84a880a751ba5a41b7ae723 /src/lib/libc | |
| parent | f510b0a25e7dc6953a4a3a75e44fedefbc9522bc (diff) | |
| download | openbsd-db770399bac4498ed9ea1f166e1e92abee964504.tar.gz openbsd-db770399bac4498ed9ea1f166e1e92abee964504.tar.bz2 openbsd-db770399bac4498ed9ea1f166e1e92abee964504.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@
Diffstat (limited to 'src/lib/libc')
| -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> |
