From 2c7d1ce088ba9b588652f58616eb2a8d7748ca88 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 16 Oct 2021 06:15:05 +0200 Subject: passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgroups() Signed-off-by: Stefano Brivio --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index a2ed791..d5bff0c 100644 --- a/util.h +++ b/util.h @@ -147,7 +147,7 @@ enum bind_type { struct ctx; void __openlog(const char *ident, int option, int facility); -void __vsyslog(int pri, const char *fmt, va_list ap); +void passt_vsyslog(int pri, const char *fmt, va_list ap); void __setlogmask(int mask); char *ipv6_l4hdr(struct ipv6hdr *ip6h, uint8_t *proto); int sock_l4(struct ctx *c, int af, uint8_t proto, uint16_t port, -- cgit v1.2.3