1 #include <resolv.h>
2 
res_init()3 int res_init()
4 {
5 	return 0;
6 }
7