diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-03 20:28:23 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-03 20:28:23 +0000 |
| commit | aeb728f0d5bc4c0f83f8e4e93b203df7b7182bf5 (patch) | |
| tree | ddfb1528494ed2566399d989e41103cf17e373f0 /sys/nfs/bootp_subr.c | |
| parent | 51508de112f6fd562148cad74dde057d9e9e7305 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/bootp_subr.c')
| -rw-r--r-- | sys/nfs/bootp_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c index c66e38466540..b6947ca26289 100644 --- a/sys/nfs/bootp_subr.c +++ b/sys/nfs/bootp_subr.c @@ -1,4 +1,4 @@ -/* $Id: bootp_subr.c,v 1.14 1998/08/18 00:32:47 bde Exp $ */ +/* $Id: bootp_subr.c,v 1.15 1998/08/23 03:07:16 wollman Exp $ */ /* * Copyright (c) 1995 Gordon Ross, Adam Glass @@ -345,7 +345,7 @@ bootpc_call(call,reply,procp) error = sosend(so, (struct sockaddr *)sin, &auio, NULL, NULL, 0, procp); if (error) { - printf("bootpc_call: sosend: %d\n", error); + printf("bootpc_call: sosend: %d state %08x\n", error, (int)so->so_state); goto out; } |
