Module Name:    src
Committed By:   christos
Date:           Tue Jul 22 00:11:22 UTC 2014

Modified Files:
        src/external/bsd/bind/dist/lib/lwres/include/lwres: lwres.h

Log Message:
fix lint build


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h
diff -u src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h:1.5 src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h:1.6
--- src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h:1.5	Tue Jul  8 01:43:40 2014
+++ src/external/bsd/bind/dist/lib/lwres/include/lwres/lwres.h	Mon Jul 21 20:11:22 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: lwres.h,v 1.5 2014/07/08 05:43:40 spz Exp $	*/
+/*	$NetBSD: lwres.h,v 1.6 2014/07/22 00:11:22 christos Exp $	*/
 
 /*
  * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
@@ -215,8 +215,8 @@ typedef struct {
  * resolv.conf data
  */
 
-#define LWRES_CONFMAXNAMESERVERS 3	/*%< max 3 "nameserver" entries */
-#define LWRES_CONFMAXLWSERVERS 1	/*%< max 1 "lwserver" entry */
+#define LWRES_CONFMAXNAMESERVERS 3	/*%< max 3 nameserver entries */
+#define LWRES_CONFMAXLWSERVERS 1	/*%< max 1 lwserver entry */
 #define LWRES_CONFMAXSEARCH 8		/*%< max 8 domains in "search" entry */
 #define LWRES_CONFMAXLINELEN 256	/*%< max size of a line */
 #define LWRES_CONFMAXSORTLIST 10	/*%< max 10 */

Reply via email to