* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: nsupdate.c,v 1.154.56.12 2010/07/09 06:48:13 each Exp $ */
+/* $Id: nsupdate.c,v 1.154.56.13 2010/07/09 23:45:33 tbox Exp $ */
/*! \file */
fatal("out of memory");
return (STATUS_MORE);
#else
- UNUSED(cmdline);
+ UNUSED(cmdline);
return (STATUS_SYNTAX);
#endif
}
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">]>
<!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2003 Internet Software Consortium.
-
- Permission to use, copy, modify, and/or distribute this software for any
- PERFORMANCE OF THIS SOFTWARE.
-->
-<!-- $Id: nsupdate.docbook,v 1.29.56.5 2010/07/09 05:16:01 each Exp $ -->
+<!-- $Id: nsupdate.docbook,v 1.29.56.6 2010/07/09 23:45:33 tbox Exp $ -->
<refentry>
<refentryinfo>
<date>Jun 30, 2000</date>
<year>2007</year>
<year>2008</year>
<year>2009</year>
+ <year>2010</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
<copyright>
/*
- * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: name.h,v 1.126.128.4 2010/07/09 05:16:06 each Exp $ */
+/* $Id: name.h,v 1.126.128.5 2010/07/09 23:45:33 tbox Exp $ */
#ifndef DNS_NAME_H
#define DNS_NAME_H 1
/*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: tsig.h,v 1.51.128.1 2010/07/09 05:16:10 each Exp $ */
+/* $Id: tsig.h,v 1.51.128.2 2010/07/09 23:45:33 tbox Exp $ */
#ifndef DNS_TSIG_H
#define DNS_TSIG_H 1
#define dns_tsigkey_identity(tsigkey) \
((tsigkey) == NULL ? NULL : \
- (tsigkey)->generated ? ((tsigkey)->creator) : \
- (&((tsigkey)->name)))
+ (tsigkey)->generated ? ((tsigkey)->creator) : \
+ (&((tsigkey)->name)))
ISC_LANG_BEGINDECLS
/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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
*/
/*
- * $Id: tkey.c,v 1.87.2.4 2010/07/09 05:16:03 each Exp $
+ * $Id: tkey.c,v 1.87.2.5 2010/07/09 23:45:33 tbox Exp $
*/
/*! \file */
#include <config.h>