]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 2 Dec 2011 23:45:51 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 2 Dec 2011 23:45:51 +0000 (23:45 +0000)
lib/isc/unix/errno2result.c
lib/isc/unix/errno2result.h

index 88966208dbf849794b8fa53dd6aef3d2c5f9eb90..89f90174881d815a18ee72f2fc82350c7a7370c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: errno2result.c,v 1.17.558.1 2011/12/02 07:16:29 marka Exp $ */
+/* $Id: errno2result.c,v 1.17.558.2 2011/12/02 23:45:51 tbox Exp $ */
 
 /*! \file */
 
@@ -55,7 +55,7 @@ isc___errno2result(int posixerrno, const char *file, unsigned int line) {
                return (ISC_R_IOERROR);
        case ENOMEM:
                return (ISC_R_NOMEMORY);
-       case ENFILE:    
+       case ENFILE:
        case EMFILE:
                return (ISC_R_TOOMANYOPENFILES);
        case EPIPE:
index f39c3fb7048cf1c1abfd92928b217a320dbb39e9..9b1053c6a8e19350323840fd9f9a35507e31708c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: errno2result.h,v 1.12.558.1 2011/12/02 07:16:30 marka Exp $ */
+/* $Id: errno2result.h,v 1.12.558.2 2011/12/02 23:45:51 tbox Exp $ */
 
 #ifndef UNIX_ERRNO2RESULT_H
 #define UNIX_ERRNO2RESULT_H 1