change RES_TIMEOUT to 4
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Sat, 12 Apr 1986 02:14:46 +0000 (18:14 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Sat, 12 Apr 1986 02:14:46 +0000 (18:14 -0800)
SCCS-vsn: lib/libc/net/res_init.c 6.5

usr/src/lib/libc/net/res_init.c

index 2389f66..6129ce8 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_init.c 6.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_init.c 6.5 (Berkeley) %G%";
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
@@ -32,7 +32,7 @@ char    *conffile = "/etc/resolv.conf";
  */
 
 #ifndef RES_TIMEOUT
  */
 
 #ifndef RES_TIMEOUT
-#define RES_TIMEOUT 10
+#define RES_TIMEOUT 4
 #endif
 
 struct state _res = {
 #endif
 
 struct state _res = {