summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog8
-rw-r--r--cpukit/shttpd/compat_rtems.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e4da8fbba4..a678606a0b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * shttpd/compat_rtems.h: Add IS_DIRSEP_CHAR.
+
+2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * shttpd/compat_rtems.h, shttpd/compat_rtems.c:
+ Use size_t for stack sizes.
+
+2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac, Makefile.am: Add shttpd.
* shttpd/Makefile.am: New.
* shttpd/auth.c, shttpd/cgi.c, shttpd/compat_rtems.c,
diff --git a/cpukit/shttpd/compat_rtems.h b/cpukit/shttpd/compat_rtems.h
index 8a60c9668c..820e863de5 100644
--- a/cpukit/shttpd/compat_rtems.h
+++ b/cpukit/shttpd/compat_rtems.h
@@ -20,6 +20,7 @@
#define NO_CGI
#define DIRSEP '/'
+#define IS_DIRSEP_CHAR(c) ((c) == '/')
#define O_BINARY 0
#define ERRNO errno