mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
update copyright notice
This commit is contained in:
@@ -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.
|
* Copyright (C) 2000-2002 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: errno2result.c,v 1.18 2011/12/02 07:15:17 marka Exp $ */
|
/* $Id: errno2result.c,v 1.19 2011/12/02 23:46:56 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ isc___errno2result(int posixerrno, const char *file, unsigned int line) {
|
|||||||
return (ISC_R_IOERROR);
|
return (ISC_R_IOERROR);
|
||||||
case ENOMEM:
|
case ENOMEM:
|
||||||
return (ISC_R_NOMEMORY);
|
return (ISC_R_NOMEMORY);
|
||||||
case ENFILE:
|
case ENFILE:
|
||||||
case EMFILE:
|
case EMFILE:
|
||||||
return (ISC_R_TOOMANYOPENFILES);
|
return (ISC_R_TOOMANYOPENFILES);
|
||||||
case EPIPE:
|
case EPIPE:
|
||||||
|
@@ -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.
|
* Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: errno2result.h,v 1.13 2011/12/02 07:15:17 marka Exp $ */
|
/* $Id: errno2result.h,v 1.14 2011/12/02 23:46:56 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef UNIX_ERRNO2RESULT_H
|
#ifndef UNIX_ERRNO2RESULT_H
|
||||||
#define UNIX_ERRNO2RESULT_H 1
|
#define UNIX_ERRNO2RESULT_H 1
|
||||||
|
Reference in New Issue
Block a user