summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/mkrootfs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 13:50:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 13:50:23 +0000
commitc428ec09795b81d4af2207ded1835e9cdb9ea05a (patch)
treec0f0fc66b13da3ea62cfca8b42762a754f7b7585 /cpukit/libnetworking/rtems/mkrootfs.h
parent2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c428ec09795b81d4af2207ded1835e9cdb9ea05a.tar.bz2
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1566/filesystem * libnetworking/rtems/mkrootfs.c, libnetworking/rtems/mkrootfs.h: Let rtems_rootfs_append_host_rec take an in_addr_t as first arg. * libnetworking/rtems/rtems_dhcp.c, libnetworking/nfs/bootp_subr.c: Reflect changes above.
Diffstat (limited to 'cpukit/libnetworking/rtems/mkrootfs.h')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index bfd25389c1..857b633264 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -46,7 +46,7 @@ rtems_rootfs_file_append (const char *file,
*/
int
-rtems_rootfs_append_host_rec (unsigned long cip,
+rtems_rootfs_append_host_rec (in_addr_t cip,
const char *cname,
const char *dname);