diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-17 05:53:04 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-17 05:53:04 +0000 |
commit | dd00bb16c74b474ce18dbc6bcfd33c42313a66ca (patch) | |
tree | a00a8645045650f393270fb01917205daf2fb0bb /lib/dns/rdatalist.c | |
parent | 78d3ed4dabea80d9111600a39b8d15b94f74c1ed (diff) | |
download | FreeBSD-src-dd00bb16c74b474ce18dbc6bcfd33c42313a66ca.zip FreeBSD-src-dd00bb16c74b474ce18dbc6bcfd33c42313a66ca.tar.gz |
Vendor import of BIND 9.6.2-P1
Diffstat (limited to 'lib/dns/rdatalist.c')
-rw-r--r-- | lib/dns/rdatalist.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c index d6f11ae..d072619 100644 --- a/lib/dns/rdatalist.c +++ b/lib/dns/rdatalist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 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: rdatalist.c,v 1.36 2008/09/24 02:46:22 marka Exp $ */ +/* $Id: rdatalist.c,v 1.36.336.2 2010/02/25 10:57:12 tbox Exp $ */ /*! \file */ @@ -46,6 +46,8 @@ static dns_rdatasetmethods_t methods = { isc__rdatalist_getclosest, NULL, NULL, + NULL, + NULL, NULL }; |