diff --git a/lib/isc/win32/include/isc/stat.h b/lib/isc/win32/include/isc/stat.h index 444b39390e..6703e3297b 100644 --- a/lib/isc/win32/include/isc/stat.h +++ b/lib/isc/win32/include/isc/stat.h @@ -25,7 +25,7 @@ /* * Windows doesn't typedef this. */ -typedef unsigned short mode_t +typedef unsigned short mode_t; /* open() under unix allows setting of read/write permissions * at the owner, group and other levels. These don't exist in NT