date and time created 85/09/09 14:06:58 by bloom
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Tue, 10 Sep 1985 05:06:58 +0000 (21:06 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Tue, 10 Sep 1985 05:06:58 +0000 (21:06 -0800)
SCCS-vsn: lib/libc/net/sethostent.c 1.1

usr/src/lib/libc/net/sethostent.c [new file with mode: 0644]

diff --git a/usr/src/lib/libc/net/sethostent.c b/usr/src/lib/libc/net/sethostent.c
new file mode 100644 (file)
index 0000000..bd3a104
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * 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()   {}