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