aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcprelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcprelay.c')
-rw-r--r--networking/udhcp/dhcprelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcprelay.c b/networking/udhcp/dhcprelay.c
index 052739400..a3ea327c3 100644
--- a/networking/udhcp/dhcprelay.c
+++ b/networking/udhcp/dhcprelay.c
@@ -103,7 +103,7 @@ static void xid_del(u_int32_t xid)
103 */ 103 */
104static int get_dhcp_packet_type(struct dhcpMessage *p) 104static int get_dhcp_packet_type(struct dhcpMessage *p)
105{ 105{
106 u_char *op; 106 uint8_t *op;
107 107
108 /* it must be either a BOOTREQUEST or a BOOTREPLY */ 108 /* it must be either a BOOTREQUEST or a BOOTREPLY */
109 if (p->op != BOOTREQUEST && p->op != BOOTREPLY) 109 if (p->op != BOOTREQUEST && p->op != BOOTREPLY)