summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-07-03 21:45:29 +0000
committerpjd <pjd@FreeBSD.org>2013-07-03 21:45:29 +0000
commite5e94b722420572a67052e000b5342a26cb616a4 (patch)
tree86909d7712bc6e7615c9f0a3c85d45d2ae22b0be /sbin/dhclient/dhcpd.h
parent52ee09ff73267443a51540ba46a21d07f6b50fc7 (diff)
downloadFreeBSD-src-e5e94b722420572a67052e000b5342a26cb616a4.zip
FreeBSD-src-e5e94b722420572a67052e000b5342a26cb616a4.tar.gz
MFp4 @229470:
Remove unused argument from 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 09941df..346e2ce 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 hardware *);
+ struct in_addr, struct sockaddr_in *);
ssize_t receive_packet(struct interface_info *, unsigned char *, size_t,
struct sockaddr_in *, struct hardware *);
OpenPOWER on IntegriCloud