diff options
author | 2015-10-03 09:57:30 +0000 | |
---|---|---|
committer | 2015-10-03 09:57:30 +0000 | |
commit | 55f55055e8b506cd95b834c8d2abf23c8b6b5bf1 (patch) | |
tree | f1d89b857725c78d3e579bdb5087438bfcced352 /lib/libc/asr/asr_debug.c | |
parent | If we care about placing core files from SUID programs in a safe place, (diff) | |
download | wireguard-openbsd-55f55055e8b506cd95b834c8d2abf23c8b6b5bf1.tar.xz wireguard-openbsd-55f55055e8b506cd95b834c8d2abf23c8b6b5bf1.zip |
missing asr* -> _asr* symbol rename for building with debug code
ok jca@
Diffstat (limited to 'lib/libc/asr/asr_debug.c')
-rw-r--r-- | lib/libc/asr/asr_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index 527b2b55606..bcd0525efa1 100644 --- a/lib/libc/asr/asr_debug.c +++ b/lib/libc/asr/asr_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_debug.c,v 1.20 2015/09/09 15:49:34 deraadt Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.21 2015/10/03 09:57:30 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -33,7 +33,7 @@ static const char *print_header(const struct asr_dns_header *, char *, size_t); static const char *print_query(const struct asr_dns_query *, char *, size_t); static const char *print_rr(const struct asr_dns_rr *, char *, size_t); -FILE *asr_debug = NULL; +FILE *_asr_debug = NULL; #define OPCODE_SHIFT 11 #define Z_SHIFT 4 |