summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems/rtems_bsdnet_internal.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-19 17:30:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-19 17:30:38 +0000
commit4bde23948cac7627031c6a12ac9aeb6ce6746e42 (patch)
tree3a5b4a72999d02560b489d4160ad91491e315b74 /c/src/libnetworking/rtems/rtems_bsdnet_internal.h
parent2001-09-19 Chris Johns <ccj@acm.org> (diff)
downloadrtems-4bde23948cac7627031c6a12ac9aeb6ce6746e42.tar.bz2
2001-09-19 Chris Johns <ccj@acm.org>
* nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h, rtems/rtems_bsdnet_internal.h Added support for populating the initial "root" filesystem with information obtained via the DHCP response.
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/rtems/rtems_bsdnet_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/rtems/rtems_bsdnet_internal.h b/c/src/libnetworking/rtems/rtems_bsdnet_internal.h
index f95f1a1640..4b8c4fa652 100644
--- a/c/src/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/c/src/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -175,7 +175,7 @@ void domaininit (void *);
void ifinit (void *);
void ipintr (void);
void arpintr (void);
-void bootpc_init(void);
+void bootpc_init(int );
int socket (int, int, int);
int ioctl (int, int, ...);