summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-07-03 21:49:10 +0000
committerpjd <pjd@FreeBSD.org>2013-07-03 21:49:10 +0000
commitb1d67fde75321e5b768664986d6418424a830675 (patch)
tree2c17fd7cebf4c0d2369111cdf5c630ff15c98c29 /sbin/dhclient/dhcpd.h
parente5e94b722420572a67052e000b5342a26cb616a4 (diff)
downloadFreeBSD-src-b1d67fde75321e5b768664986d6418424a830675.zip
FreeBSD-src-b1d67fde75321e5b768664986d6418424a830675.tar.gz
MFp4 @229471:
Remove unused argument from assemble_hw_header(). Reviewed by: brooks Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 346e2ce..920235b 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -405,8 +405,7 @@ void bootp(struct packet *);
void dhcp(struct packet *);
/* packet.c */
-void assemble_hw_header(struct interface_info *, unsigned char *,
- int *, struct hardware *);
+void assemble_hw_header(struct interface_info *, unsigned char *, int *);
void assemble_udp_ip_header(unsigned char *, int *, u_int32_t, u_int32_t,
unsigned int, unsigned char *, int);
ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
OpenPOWER on IntegriCloud