summaryrefslogtreecommitdiff
path: root/sys/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1998-03-14 03:25:18 +0000
committerTor Egge <tegge@FreeBSD.org>1998-03-14 03:25:18 +0000
commit8bd965cce459bb519ac1e4fa6c57b28832e1579f (patch)
tree4942eec1bb85afedea0b7ec7856f2acf51fc81ea /sys/nfs/bootp_subr.c
parentc555a715f5146f7851665b4bb28bcfb5591a0e20 (diff)
Notes
Diffstat (limited to 'sys/nfs/bootp_subr.c')
-rw-r--r--sys/nfs/bootp_subr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c
index 891b93542804..4053bc3c3ea3 100644
--- a/sys/nfs/bootp_subr.c
+++ b/sys/nfs/bootp_subr.c
@@ -1,4 +1,4 @@
-/* $Id: bootp_subr.c,v 1.8 1998/01/18 18:46:20 tegge Exp $ */
+/* $Id: bootp_subr.c,v 1.9 1998/02/09 06:10:32 eivind Exp $ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
@@ -766,10 +766,10 @@ bootpc_init(void)
return;
/*
- * Bump time if 0.
+ * Wait until arp entries can be handled.
*/
- if (!time.tv_sec)
- time.tv_sec++;
+ while (time.tv_sec == 0)
+ tsleep(&time, PZERO+8, "arpkludge", 10);
/*
* Find a network interface.