xref: /plan9/sys/src/ape/lib/bsd/sethostent.c (revision d1da931c1953c14f6f98c26297030a0b55cb02f6)
1 int
2 sethostent(int)
3 {
4 	return 0;
5 }
6