summaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-ab
blob: 719016ea887071c2363883fad3a247270b2d0a63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** 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;