Revert "Fix compilation on Android with the bionic C library"

This reverts commit cb0ed84d40.

It wasn't meant to be pushed yet.
This commit is contained in:
Sebastian Dröge
2012-11-28 16:55:12 +01:00
parent 97385dbbe8
commit c9affa778e
8 changed files with 2 additions and 182 deletions

View File

@@ -202,13 +202,6 @@ free_records (GList *records)
g_list_free_full (records, (GDestroyNotify) g_variant_unref);
}
#if defined(G_OS_UNIX)
#ifdef __BIONIC__
#define C_IN 1
int res_query(const char *, int, int, u_char *, int);
#endif
#endif
static void
do_lookup_records (GTask *task,
gpointer source_object,