2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

prototype mismatch

This commit is contained in:
Mark Andrews
2011-01-13 06:36:04 +00:00
parent 119f627c82
commit c3e9221f3b

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: file.c,v 1.38 2011/01/13 06:21:15 marka Exp $ */
/* $Id: file.c,v 1.39 2011/01/13 06:36:04 marka Exp $ */
#include <config.h>
@@ -329,7 +329,7 @@ isc_file_openunique(char *templet, FILE **fp) {
}
isc_result_t
isc_file_openuniquemode(char *templet, unsigned int mode, FILE **fp) {
isc_file_openuniquemode(char *templet, int mode, FILE **fp) {
int fd;
FILE *f;
isc_result_t result = ISC_R_SUCCESS;