fix compile errors on readdir()-deficient platforms
[srvx.git] / ChangeLog
index fb2dad97737002b9a710a7eec9139ad32ceac3ef..7433ad933beefa009d07852c3ecf9229636a9569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-04-12 03:25:03 GMT        Michael Poole <mdpoole@troilus.org>     patch-50
+
+    Summary:
+      fix compile errors on readdir()-deficient platforms
+    Revision:
+      srvx--devo--1.3--patch-50
+
+    * Cygwin does not have "struct dirent.d_type".  Check for that in the
+    configure script and use stat() to test for directory-ness instead.
+
+    modified files:
+     ChangeLog configure.in src/helpfile.c
+
+
 2004-04-10 23:04:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-49
 
     Summary: