aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
commit7733cf8fffadd4b286f7ed03e7748ee70e36433d (patch)
tree1e4ba746fa5c966751e486d77fd709debce07fc4 /sys/nfsclient
parent1d0daf9e447a792a8e43377426858a02b734b9a3 (diff)
downloadsrc-7733cf8fffadd4b286f7ed03e7748ee70e36433d.tar.gz
src-7733cf8fffadd4b286f7ed03e7748ee70e36433d.zip
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebody else, this touches a lot more.
Notes
Notes: svn path=/stable/8/; revision=203786
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 4377f74367b1..cff72c7f2bc4 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1332,7 +1332,7 @@ bootpc_compose_query(struct bootpc_ifcontext *ifctx,
*vendp++ = TAG_VENDOR_INDENTIFIER;
*vendp++ = vendor_client_len;
memcpy(vendp, vendor_client, vendor_client_len);
- vendp += vendor_client_len;;
+ vendp += vendor_client_len;
ifctx->dhcpquerytype = DHCP_NOMSG;
switch (ifctx->state) {
case IF_DHCP_UNRESOLVED: