From 823eb5f9dd4d336a5cd85e9129ab1da5676191df Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 17 Dec 2012 10:58:24 +0000 Subject: Vendor import of Bind 9.6-ESV-R8 Approved by: delphij (mentor) Sponsored by: DK Hostmaster A/S --- lib/isc/include/isc/file.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/isc/include/isc/file.h') diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h index 56cf4f234af1..a7e65e4b0378 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -97,11 +97,14 @@ isc_file_mktemplate(const char *path, char *buf, size_t buflen); * of the path with the internal template string. */ - isc_result_t isc_file_openunique(char *templet, FILE **fp); +isc_result_t +isc_file_bopenunique(char *templet, FILE **fp); /*!< * \brief Create and open a file with a unique name based on 'templet'. + * isc_file_bopen*() open the file in binary mode in Windows. + * isc_file_open*() open the file in text mode in Windows. * * Notes: *\li 'template' is a reserved work in C++. If you want to complain -- cgit v1.2.3