From 1b29cfbfd0b8bf96f0edc33752d076bf4ff905c6 Mon Sep 17 00:00:00 2001 From: jonnosan Date: Sat, 28 Mar 2009 09:47:14 +0000 Subject: [PATCH] moved dhcp_server symbol from dhcp.s to config.s, so it can be included in the "ip configuration" structure for export to the NB65 API git-svn-id: http://svn.code.sf.net/p/netboot65/code@67 93682198-c243-4bdb-bd91-e943c89aac3b --- client/ip65/dhcp.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ip65/dhcp.s b/client/ip65/dhcp.s index 0e60c6b..ad0c548 100644 --- a/client/ip65/dhcp.s +++ b/client/ip65/dhcp.s @@ -11,7 +11,7 @@ MAX_DHCP_MESSAGES_SENT=12 ;timeout after sending 12 messages will be about 1 .include "../inc/common.i" .export dhcp_init - .export dhcp_server ;will be set address of dhcp server that configuration was obtained from + .import dhcp_server .export dhcp_state .import cfg_mac @@ -82,7 +82,7 @@ dhcp_timer: .res 1 dhcp_loop_count: .res 1 dhcp_break_polling_loop: .res 1 -dhcp_server: .res 4 + ;DHCP constants BOOTREQUEST =1