xref: /csrg-svn/lib/libc/net/sethostent.c (revision 24656)
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
8 static char sccsid[] = "@(#)sethostent.c	1.1 (Berkeley) 09/09/85";
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 
16 sethostent()	{}
17 
18 endhostent()	{}
19