diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-08 11:08:22 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-08 11:08:22 +0000 |
commit | 72ea2ecbc44fd51de67859ea3067fb3ed907b81b (patch) | |
tree | 62ae8c1036592c9d07fff44f7d71809424db232d /lib/libc/asr/res_debug.c | |
parent | 16338a520a35a49c1e08e81413b044888934b05e (diff) |
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 */ |