summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-07-03 21:53:54 +0000
committerpjd <pjd@FreeBSD.org>2013-07-03 21:53:54 +0000
commitca2a1d2a81b8f55541ac0c4ccc211bbe649c25ff (patch)
treebdb1486e965cdf9c206a9fadd2b0df1f4a430e60 /sbin/dhclient/dhcpd.h
parentb1d67fde75321e5b768664986d6418424a830675 (diff)
downloadFreeBSD-src-ca2a1d2a81b8f55541ac0c4ccc211bbe649c25ff.zip
FreeBSD-src-ca2a1d2a81b8f55541ac0c4ccc211bbe649c25ff.tar.gz
MFp4 @229472:
Use the same type for 'from' and 'to' argument in send_packet(). Reviewed by: brooks Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 920235b..d642692 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -301,7 +301,7 @@ int if_register_bpf(struct interface_info *);
void if_register_send(struct interface_info *);
void if_register_receive(struct interface_info *);
ssize_t send_packet(struct interface_info *, struct dhcp_packet *, size_t,
- struct in_addr, struct sockaddr_in *);
+ struct in_addr, struct in_addr);
ssize_t receive_packet(struct interface_info *, unsigned char *, size_t,
struct sockaddr_in *, struct hardware *);
OpenPOWER on IntegriCloud