summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-05-27 04:30:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-05-27 04:30:51 +0000
commitb206937ab515a85249a74d91e876b8bdceac3e16 (patch)
treecf36f76d373e03d6e58c39d81fac36a2988ca4e9 /sys
parent52705a3f5794a87ff445279cf24c1f8f6bbaec32 (diff)
be much more clear about revarp failures; ok miod
Diffstat (limited to 'sys')
-rw-r--r--sys/nfs/nfs_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c
index 6aa5ceecd9b..22d017c2ff4 100644
--- a/sys/nfs/nfs_boot.c
+++ b/sys/nfs/nfs_boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_boot.c,v 1.22 2008/05/20 12:43:57 claudio Exp $ */
+/* $OpenBSD: nfs_boot.c,v 1.23 2008/05/27 04:30:50 deraadt Exp $ */
/* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */
/*
@@ -175,7 +175,7 @@ nfs_boot_init(nd, procp)
* Do RARP for the interface address.
*/
if ((error = revarpwhoami(&my_ip, ifp)) != 0)
- panic("revarp failed, error=%d", error);
+ panic("reverse arp not answered by rarpd(8) or dhcpd(8)");
printf("nfs_boot: client_addr=%s\n", inet_ntoa(my_ip));
/*