mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:20:02 -04:00
update copyright notice
This commit is contained in:
parent
00be0f9f61
commit
f148623ce2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004, 2007, 2008 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: unistd.h,v 1.7 2008/01/23 03:10:48 marka Exp $ */
|
||||
/* $Id: unistd.h,v 1.8 2008/01/23 03:22:43 tbox Exp $ */
|
||||
|
||||
/* None of these are defined in NT, so define them for our use */
|
||||
#define O_NONBLOCK 1
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
/*
|
||||
* Enough problems not having full fcntl() without worrying about this!
|
||||
*/
|
||||
#undef F_DUPFD
|
||||
#undef F_DUPFD
|
||||
|
||||
int fcntl(int, int, ...);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue