[Bug 2031] BOOTP/DHCP header cleanup

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Sat Feb 25 17:31:52 UTC 2012


https://www.rtems.org/bugzilla/show_bug.cgi?id=2031

--- Comment #2 from Sebastien Bourdeauducq <sebastien at milkymist.org> 2012-02-25 11:31:52 CST ---
Yes, the DHCP client calls bootp_subr functions. Before that, the prototypes
were declared in the DHCP client code.

Ralf also made bootp_strdup_realloc static recently (but not the other
functions for some reason), and DHCP does not work at all at the moment.

This patch cleans things up a bit by having a header file instead of ad-hoc
extern ... declarations, and exports back bootp_strdup_realloc, fixing the DHCP
client.

The license of the header file is WTFPL.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list