summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/websuemf.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:02:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:02:00 +0000
commit029c374c9c2617627b90b7585b6722113cd760a4 (patch)
tree64e4e41c2c61990e65e413e912b324a6eda3ea58 /cpukit/httpd/websuemf.c
parent2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-029c374c9c2617627b90b7585b6722113cd760a4.tar.bz2
Stop using old-style function definitions.
Diffstat (limited to 'cpukit/httpd/websuemf.c')
-rw-r--r--cpukit/httpd/websuemf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/websuemf.c b/cpukit/httpd/websuemf.c
index 4ff1b92a7e..1b4c78c894 100644
--- a/cpukit/httpd/websuemf.c
+++ b/cpukit/httpd/websuemf.c
@@ -173,7 +173,7 @@ void emfUnschedCallback(int schedid)
* Take the tasks off the queue in a round robin fashion.
*/
-void emfSchedProcess()
+void emfSchedProcess(void)
{
sched_t *s;
int schedid;