aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-06-16 03:12:50 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-06-16 03:12:50 +0000
commit9ef2900f9da0dd7f42a8023cf2eaad2480f2bafd (patch)
tree86014787a1f2347c770ead556207b42cb31b73fe /sys/nfsclient/bootp_subr.c
parent82d8e6f5a091d38fbdd8e40875a8cad7577673fc (diff)
Notes
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-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 f21689d8b5783..2132ef5816898 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -591,7 +591,7 @@ bootpc_call(struct bootpc_globalcontext *gctx, struct thread *td)
int retry;
const char *s;
- GIANT_REQUIRED; /* XXX until socket locking done */
+ NET_ASSERT_GIANT();
/*
* Create socket and set its recieve timeout.