Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7104/src
Modified Files:
dhcp-librawnet.h
Log Message:
using size_t to keep track of option length
Index: dhcp-librawnet.h
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-librawnet.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** dhcp-librawnet.h 26 Jun 2003 23:56:42 -0000 1.19
--- dhcp-librawnet.h 27 Jun 2003 03:15:50 -0000 1.20
***************
*** 29,33 ****
typedef uint8_t dhcp_opt_tag_t;
! typedef uint8_t dhcp_opt_len_t;
typedef uint16_t dhcp_opt_type_t;
typedef uint16_t dhcp_opt_val_type_t;
--- 29,33 ----
typedef uint8_t dhcp_opt_tag_t;
! typedef size_t dhcp_opt_len_t;
typedef uint16_t dhcp_opt_type_t;
typedef uint16_t dhcp_opt_val_type_t;
|