diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-22 07:09:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-22 07:09:24 +0000 |
commit | 92900899104f94f829e889aa2ee32c5f247d5ff9 (patch) | |
tree | 67f67809396c13e167d05632ae137c902b8c0756 /usr.sbin/named/libresolv/res_mkquery.c | |
parent | ea8ae5627ec61067fc2ff07e9935ae7d735b112b (diff) |
bind 4.9.7 + -u, -g, and -t from bind 8.1.2
Diffstat (limited to 'usr.sbin/named/libresolv/res_mkquery.c')
-rw-r--r-- | usr.sbin/named/libresolv/res_mkquery.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/named/libresolv/res_mkquery.c b/usr.sbin/named/libresolv/res_mkquery.c index 5ca9671b94e..f9b6b1db43d 100644 --- a/usr.sbin/named/libresolv/res_mkquery.c +++ b/usr.sbin/named/libresolv/res_mkquery.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_mkquery.c,v 1.2 1997/03/14 03:40:33 downsj Exp $ */ +/* $OpenBSD: res_mkquery.c,v 1.3 1998/05/22 07:09:09 millert Exp $ */ /* * ++Copyright++ 1985, 1993 @@ -60,7 +60,7 @@ static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; static char rcsid[] = "$From: res_mkquery.c,v 8.5 1996/08/27 08:33:28 vixie Exp $"; #else -static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.2 1997/03/14 03:40:33 downsj Exp $"; +static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.3 1998/05/22 07:09:09 millert Exp $"; #endif #endif /* LIBC_SCCS and not lint */ @@ -86,7 +86,6 @@ static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.2 1997/03/14 03:40:33 downsj * Form all types of queries. * Returns the size of the result or -1. */ -/* ARGSUSED */ int res_mkquery(op, dname, class, type, data, datalen, newrr_in, buf, buflen) int op; /* opcode of query */ |