diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libc/net/res_debug.c | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/res_debug.c')
| -rw-r--r-- | lib/libc/net/res_debug.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index a40a3895f321..78b11c957fd9 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -31,14 +31,14 @@   * SUCH DAMAGE.   * -   * Portions Copyright (c) 1993 by Digital Equipment Corporation. - *  + *   * Permission to use, copy, modify, and distribute this software for any   * purpose with or without fee is hereby granted, provided that the above   * copyright notice and this permission notice appear in all copies, and that   * the name of Digital Equipment Corporation not be used in advertising or   * publicity pertaining to distribution of the document or software without   * specific, written prior permission. - *  + *   * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL   * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES   * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT @@ -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 4.9.1.16 1994/07/11 07:41:13 vixie Exp $"; +static char rcsid[] = "$Id: res_debug.c,v 1.2 1994/09/25 02:12:34 pst Exp $";  #endif /* LIBC_SCCS and not lint */  #include <sys/param.h> @@ -291,7 +291,7 @@ __fp_nquery(msg, len, file)  		fprintf(file, ", Auth: %d", ntohs(hp->nscount));  		fprintf(file, ", Addit: %d", ntohs(hp->arcount));  	} -	if ((!_res.pfcode) || (_res.pfcode &  +	if ((!_res.pfcode) || (_res.pfcode &  		(RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) {  		putc('\n',file);  	} | 
