diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-06-16 03:12:50 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-06-16 03:12:50 +0000 |
| commit | 9ef2900f9da0dd7f42a8023cf2eaad2480f2bafd (patch) | |
| tree | 86014787a1f2347c770ead556207b42cb31b73fe /sys/nfsclient/bootp_subr.c | |
| parent | 82d8e6f5a091d38fbdd8e40875a8cad7577673fc (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
| -rw-r--r-- | sys/nfsclient/bootp_subr.c | 2 |
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. |
