]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 23 Jan 2008 03:22:15 +0000 (03:22 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 23 Jan 2008 03:22:15 +0000 (03:22 +0000)
lib/isc/win32/unistd.h

index 54d73876e2371a489e4707adcdb04bd0949ce102..50d72f409ce56caa905a7ed48889ffe6d35ca5aa 100644 (file)
@@ -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.6.128.1 2008/01/23 02:32:17 each Exp $ */
+/* $Id: unistd.h,v 1.6.128.2 2008/01/23 03:22:15 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, ...);