diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-10-16 06:15:05 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-10-16 16:53:40 +0200 |
commit | 2c7d1ce088ba9b588652f58616eb2a8d7748ca88 (patch) | |
tree | ebc970cb55445f6e1e8b0ee50a928d0bea787f7f /util.h | |
parent | 1fd0c9b0e1f27098f9bf86e86285335e640317a5 (diff) | |
download | passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.gz passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.bz2 passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.lz passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.xz passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.zst passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.zip |
passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgroups()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |