summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/mkrootfs.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:07:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:07:41 +0000
commite386ad7265df46df5536cc9033500394f717a720 (patch)
tree51041532039faa76c50d80e2513db8cc76220348 /cpukit/libnetworking/rtems/mkrootfs.c
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e386ad7265df46df5536cc9033500394f717a720.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/libnetworking/rtems/mkrootfs.c')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index a65f249930..bd2296701e 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -298,7 +298,7 @@ rtems_rootfs_append_host_rec (unsigned long cip,
*/
int
-rtems_create_root_fs ()
+rtems_create_root_fs (void)
{
const char *lines[1];
int i;