Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind/dist/lib/dns Wrong rfc mentioned



details:   https://anonhg.NetBSD.org/src/rev/56b4fcad7ac0
branches:  trunk
changeset: 759690:56b4fcad7ac0
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 14 23:43:32 2010 +0000

description:
Wrong rfc mentioned

diffstat:

 external/bsd/bind/dist/lib/dns/name.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 830fbe012770 -r 56b4fcad7ac0 external/bsd/bind/dist/lib/dns/name.c
--- a/external/bsd/bind/dist/lib/dns/name.c     Tue Dec 14 23:39:11 2010 +0000
+++ b/external/bsd/bind/dist/lib/dns/name.c     Tue Dec 14 23:43:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: name.c,v 1.1.1.3 2010/08/05 20:12:13 christos Exp $    */
+/*     $NetBSD: name.c,v 1.2 2010/12/14 23:43:32 christos Exp $        */
 
 /*
  * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
@@ -320,7 +320,7 @@
                return (ISC_FALSE);
 
        /*
-        * RFC292/RFC1123 hostname.
+        * RFC952/RFC1123 hostname.
         */
        while (ndata < (name->ndata + name->length)) {
                n = *ndata++;



Home | Main Index | Thread Index | Old Index