1*24656Sbloom /* 2*24656Sbloom * Copyright (c) 1985 Regents of the University of California. 3*24656Sbloom * All rights reserved. The Berkeley software License Agreement 4*24656Sbloom * specifies the terms and conditions for redistribution. 5*24656Sbloom */ 6*24656Sbloom 7*24656Sbloom #ifndef lint 8*24656Sbloom static char sccsid[] = "@(#)sethostent.c 1.1 (Berkeley) 09/09/85"; 9*24656Sbloom #endif not lint 10*24656Sbloom 11*24656Sbloom /* 12*24656Sbloom * These are dummy routines to allow old programs that used /etc/hosts 13*24656Sbloom * to compile and work with the BIND name server 14*24656Sbloom */ 15*24656Sbloom 16*24656Sbloom sethostent() {} 17*24656Sbloom 18*24656Sbloom endhostent() {} 19