diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-21 09:15:40 +0000 | 
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-21 09:15:40 +0000 | 
| commit | e6507d611f3e831959229597f0bca0c2ee16c0f2 (patch) | |
| tree | a79c297fd589e0d4bb793e46a08a34c7f7f26eec /lib/libc/net/res_init.c | |
| parent | cfdc2724e9f96de3528271e0f467f77507ebf9ef (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/res_init.c')
| -rw-r--r-- | lib/libc/net/res_init.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h> @@ -70,7 +70,7 @@ static char rcsid[] = "$Id: res_init.c,v 1.4 1995/05/30 05:40:55 rgrimes Exp $";  #include <stdlib.h>  #include <string.h> -#include <res_config.h> +#include "res_config.h"  static void res_setoptions __P((char *, char *));  | 
