freebsd-ports/net/etherboot/files/patch-ab
Steve Price 53ad9271aa Update to version 4.6.10.
PR:		23095
Submitted by:	maintainer
2000-12-11 02:22:36 +00:00

19 lines
556 B
Text

*** main.c.orig Sun Oct 22 10:07:25 2000
--- main.c Sun Oct 22 10:07:58 2000
***************
*** 940,946 ****
memset(motd, 0, sizeof(motd));
#endif
end_of_rfc1533 = NULL;
! vendorext_isvalid = 0;
if (memcmp(p, rfc1533_cookie, 4))
return(0); /* no RFC 1533 header found */
p += 4;
--- 940,946 ----
memset(motd, 0, sizeof(motd));
#endif
end_of_rfc1533 = NULL;
! vendorext_isvalid = 1; /* FreeBSD uses this field for swap */
if (memcmp(p, rfc1533_cookie, 4))
return(0); /* no RFC 1533 header found */
p += 4;