2004-05-20 Damian Ivereigh <damian@cisco.com>

* netboot/main.c: Fixed bootp only code so that options
        work properly. This fix is obvious when compared with the
        DHCP code.
This commit is contained in:
okuji 2004-05-20 22:17:27 +00:00
parent 12ce4272ee
commit 31def8459d
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-05-20 Damian Ivereigh <damian@cisco.com>
* netboot/main.c: Fixed bootp only code so that options
work properly. This fix is obvious when compared with the
DHCP code.
2004-05-17 Pavel Roskin <proski@gnu.org>
* stage2/char_io.c (safe_parse_maxint): Disable for stage 1.5.