diff options
author | 2012-09-08 11:08:21 +0000 | |
---|---|---|
committer | 2012-09-08 11:08:21 +0000 | |
commit | 8082e013b3e34cd58819c630b3b36d768ac74f45 (patch) | |
tree | 9f6394f45e093439ea2bd2b395eab64d13064813 /lib/libc/asr/res_debug.c | |
parent | add const where missing (diff) | |
download | wireguard-openbsd-8082e013b3e34cd58819c630b3b36d768ac74f45.tar.xz wireguard-openbsd-8082e013b3e34cd58819c630b3b36d768ac74f45.zip |
split asr_resolver.c into different files to overlay the libc/net
resolver implementation.
Diffstat (limited to 'lib/libc/asr/res_debug.c')
-rw-r--r-- | lib/libc/asr/res_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/asr/res_debug.c b/lib/libc/asr/res_debug.c new file mode 100644 index 00000000000..ca9c5ee0f1a --- /dev/null +++ b/lib/libc/asr/res_debug.c @@ -0,0 +1,2 @@ +/* $OpenBSD: res_debug.c,v 1.1 2012/09/08 11:08:21 eric Exp $ */ +/* NOTHING */ |