From 92900899104f94f829e889aa2ee32c5f247d5ff9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 22 May 1998 07:09:24 +0000 Subject: bind 4.9.7 + -u, -g, and -t from bind 8.1.2 --- usr.sbin/named/libresolv/res_mkquery.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/named/libresolv/res_mkquery.c') 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 */ -- cgit v1.2.3