diff options
| author | Yoshio MITA <mita@FreeBSD.org> | 2001-03-15 01:11:14 +0000 |
|---|---|---|
| committer | Yoshio MITA <mita@FreeBSD.org> | 2001-03-15 01:11:14 +0000 |
| commit | b7f50d5e2feb7e4ee0a41996e36a5f3324ec6274 (patch) | |
| tree | 96ec7dbfc06a604b3a75936507b4da5b36a6d96b /net/etherboot/files/patch-ab | |
| parent | a small yet fast Python extension module (written (diff) | |
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.
Notes
Notes:
svn path=/head/; revision=39869
Diffstat (limited to 'net/etherboot/files/patch-ab')
| -rw-r--r-- | net/etherboot/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
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; |
