diff options
-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 8d3ad2a..1221135 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -101,7 +101,7 @@ struct bootp_packet { unsigned char chaddr[16]; char sname[64]; char file[128]; - unsigned char vend[256]; + unsigned char vend[1222]; }; struct bootpc_ifcontext { |