modify to use new hostent structure
[unix-history] / usr / src / lib / libc / net / sethostent.c
CommitLineData
a300ef85
JB
1/*
2 * Copyright (c) 1985 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
7#ifndef lint
8static char sccsid[] = "@(#)sethostent.c 1.1 (Berkeley) %G%";
9#endif not lint
10
11/*
12 * These are dummy routines to allow old programs that used /etc/hosts
13 * to compile and work with the BIND name server
14 */
15
16sethostent() {}
17
18endhostent() {}