summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/ChangeLog5
-rw-r--r--src/util/et/com_err.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 047e798e8..360e2270d 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-27 Ken Raeburn <raeburn@mit.edu>
+
+ * com_err.c (set_com_err_hook, reset_com_err_hook): Enable
+ compilation on Windows.
+
2006-03-10 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (generate-files-mac): Depend on compile_et.
diff --git a/src/util/et/com_err.c b/src/util/et/com_err.c
index 94b379816..5a274d2c1 100644
--- a/src/util/et/com_err.c
+++ b/src/util/et/com_err.c
@@ -132,7 +132,6 @@ void KRB5_CALLCONV_C com_err(const char *whoami,
va_end(ap);
}
-#if !(defined(_WIN32))
/* Make a separate function because the assert invocations below
use the macro expansion on some platforms, which may be insanely
long and incomprehensible. */
@@ -166,4 +165,3 @@ et_old_error_hook_func reset_com_err_hook ()
k5_mutex_unlock(&com_err_hook_lock);
return x;
}
-#endif