date and time created 85/09/09 14:06:58 by bloom
[unix-history] / usr / src / lib / libc / net / sethostent.c
/*
* Copyright (c) 1985 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifndef lint
static char sccsid[] = "@(#)sethostent.c 1.1 (Berkeley) %G%";
#endif not lint
/*
* These are dummy routines to allow old programs that used /etc/hosts
* to compile and work with the BIND name server
*/
sethostent() {}
endhostent() {}