mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
isc_file_{stdiofunc} -> isc_stdio_*
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <isc/file.h>
|
||||
#include <isc/lex.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/stdio.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
@@ -220,7 +221,7 @@ isc_lex_openfile(isc_lex_t *lex, const char *filename) {
|
||||
|
||||
REQUIRE(VALID_LEX(lex));
|
||||
|
||||
result = isc_file_fopen(filename, "r", &stream);
|
||||
result = isc_stdio_open(filename, "r", &stream);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
|
Reference in New Issue
Block a user