From 2edb09e6dd632e23d9c0126b7c888dd97314dfd0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 20 Jul 2012 17:27:17 +1000 Subject: [PATCH] add missing semicolon --- lib/isc/win32/include/isc/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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