]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 4 Mar 2011 23:47:28 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 4 Mar 2011 23:47:28 +0000 (23:47 +0000)
lib/isc/include/isc/file.h

index cb864819337ddcaeb4693a3a6a89087107e032fa..a61224f8bf24cc67bd24052b66d0699449447f91 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: file.h,v 1.39.10.1 2011/03/04 14:10:13 smann Exp $ */
+/* $Id: file.h,v 1.39.10.2 2011/03/04 23:47:28 tbox Exp $ */
 
 #ifndef ISC_FILE_H
 #define ISC_FILE_H 1
@@ -199,7 +199,7 @@ isc_file_isplainfile(const char *name);
  *             The file does not exist. This return code comes from
  *             errno=ENOENT when stat returns -1. This code is mentioned
  *             here, because in logconf.c, it is the one rcode that is
- *             permitted in addition to ISC_R_SUCCESS. This is done since 
+ *             permitted in addition to ISC_R_SUCCESS. This is done since
  *             the next call in logconf.c is to isc_stdio_open(), which
  *             will create the file if it can.
  *\li  #other ISC_R_* errors translated from errno