diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
| commit | 44856387160435985b3d0972db19a60e74ca56cb (patch) | |
| tree | 229e9e7b96508abdb1746797aa00dea2ba694063 /contrib/bind/lib/irs/util.c | |
| parent | fe6d3fe571a4dd5637c70923fde9268eccde1731 (diff) | |
| parent | 6b6ac9438f352903fe405daefaf6a3c9a2b63093 (diff) | |
Notes
Diffstat (limited to 'contrib/bind/lib/irs/util.c')
| -rw-r--r-- | contrib/bind/lib/irs/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind/lib/irs/util.c b/contrib/bind/lib/irs/util.c index f58f5ca2356b..8965af5da77a 100644 --- a/contrib/bind/lib/irs/util.c +++ b/contrib/bind/lib/irs/util.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996 by Internet Software Consortium. + * Copyright (c) 1996,1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: util.c,v 1.7 1997/12/04 04:58:02 halley Exp $"; +static const char rcsid[] = "$Id: util.c,v 1.10 1999/01/08 19:25:11 vixie Exp $"; #endif #include "port_before.h" @@ -25,8 +25,8 @@ static const char rcsid[] = "$Id: util.c,v 1.7 1997/12/04 04:58:02 halley Exp $" #include <sys/socket.h> #include <netinet/in.h> #include <arpa/nameser.h> +#include <resolv.h> -#include <assert.h> #include <ctype.h> #include <errno.h> #include <stdio.h> |
