From b7f50d5e2feb7e4ee0a41996e36a5f3324ec6274 Mon Sep 17 00:00:00 2001 From: Yoshio MITA Date: Thu, 15 Mar 2001 01:11:14 +0000 Subject: Latest net/etherboot contains FreeBSD patch so that it no more needs tricky configuration change to FreeBSD. The maintainer agrees it better to use the Latest version of etherboot. Submitted by: myself Reviewed by: The maintainer. --- net/etherboot/files/patch-ab | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 net/etherboot/files/patch-ab (limited to 'net/etherboot/files/patch-ab') diff --git a/net/etherboot/files/patch-ab b/net/etherboot/files/patch-ab deleted file mode 100644 index 719016ea8870..000000000000 --- a/net/etherboot/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** 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; -- cgit v1.2.3