From e6507d611f3e831959229597f0bca0c2ee16c0f2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 21 Aug 1995 09:15:40 +0000 Subject: [PATCH] Fix bogus include paths, some of which stopped libresolv from compiling. --- lib/libc/net/gethostbydns.c | 4 ++-- lib/libc/net/res_debug.c | 5 ++--- lib/libc/net/res_init.c | 4 ++-- lib/libc/net/res_mkquery.c | 5 ++--- lib/libc/net/res_query.c | 4 ++-- lib/libc/net/res_send.c | 4 ++-- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index cf3455a4afa2..621f3c745b4b 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: gethostbydns.c,v 1.4 1995/05/30 05:40:43 rgrimes Exp $"; +static char rcsid[] = "$Id: gethostbydns.c,v 1.5 1995/08/20 20:02:37 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -70,7 +70,7 @@ static char rcsid[] = "$Id: gethostbydns.c,v 1.4 1995/05/30 05:40:43 rgrimes Exp #include #include -#include +#include "res_config.h" #define MAXALIASES 35 #define MAXADDRS 35 diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 550f5529c283..b0a82b2e1b70 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_debug.c,v 1.3 1995/05/30 05:40:54 rgrimes Exp $"; +static char rcsid[] = "$Id: res_debug.c,v 1.4 1995/08/20 20:02:48 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -67,8 +67,7 @@ static char rcsid[] = "$Id: res_debug.c,v 1.3 1995/05/30 05:40:54 rgrimes Exp $" #include #include -#include - +#include "res_config.h" const char *_res_opcodes[] = { "QUERY", diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index c6292c84721d..1fff1ddf25b2 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static char rcsid[] = "$Id: res_init.c,v 1.4 1995/05/30 05:40:55 rgrimes Exp $"; +static char rcsid[] = "$Id: res_init.c,v 1.5 1995/08/20 20:02:52 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -70,7 +70,7 @@ static char rcsid[] = "$Id: res_init.c,v 1.4 1995/05/30 05:40:55 rgrimes Exp $"; #include #include -#include +#include "res_config.h" static void res_setoptions __P((char *, char *)); diff --git a/lib/libc/net/res_mkquery.c b/lib/libc/net/res_mkquery.c index 979abbdcd32d..61d5825efe16 100644 --- a/lib/libc/net/res_mkquery.c +++ b/lib/libc/net/res_mkquery.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_mkquery.c,v 1.4 1995/05/30 05:40:56 rgrimes Exp $"; +static char rcsid[] = "$Id: res_mkquery.c,v 1.5 1995/08/20 20:02:56 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -65,8 +65,7 @@ static char rcsid[] = "$Id: res_mkquery.c,v 1.4 1995/05/30 05:40:56 rgrimes Exp #include #include -#include - +#include "res_config.h" /* * Form all types of queries. diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c index 33d87f2b6062..40c569a16312 100644 --- a/lib/libc/net/res_query.c +++ b/lib/libc/net/res_query.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_query.c,v 1.4 1995/05/30 05:40:57 rgrimes Exp $"; +static char rcsid[] = "$Id: res_query.c,v 1.5 1995/08/20 20:03:00 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -69,7 +69,7 @@ static char rcsid[] = "$Id: res_query.c,v 1.4 1995/05/30 05:40:57 rgrimes Exp $" #include #include -#include +#include "res_config.h" #if PACKETSZ > 1024 #define MAXPACKET PACKETSZ diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index d5c9c28ce0a6..1f7017fa719f 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_send.c,v 1.4 1995/05/30 05:40:58 rgrimes Exp $"; +static char rcsid[] = "$Id: res_send.c,v 1.5 1995/08/20 20:03:06 peter Exp $"; #endif /* LIBC_SCCS and not lint */ /* change this to "0" @@ -83,7 +83,7 @@ static char rcsid[] = "$Id: res_send.c,v 1.4 1995/05/30 05:40:58 rgrimes Exp $"; #include #include -#include +#include "res_config.h" void _res_close __P((void));