diff options
Diffstat (limited to 'lib/dns/rdataslab.c')
| -rw-r--r-- | lib/dns/rdataslab.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index d1a02a0cad6a..c5f4a52c8917 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -1,5 +1,5 @@  /* - * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")   * Copyright (C) 1999-2003  Internet Software Consortium.   *   * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@   * PERFORMANCE OF THIS SOFTWARE.   */ -/* $Id: rdataslab.c,v 1.48.50.4 2010-02-25 10:56:41 tbox Exp $ */ +/* $Id$ */  /*! \file */ @@ -53,6 +53,7 @@   *	record count	(2 bytes)   *	data records   *		data length	(2 bytes) + *		meta data	(1 byte for RRSIG's)   *		data		(data length bytes)   *   * Offsets are from the end of the header.  | 
