diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-07-05 21:54:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-10 15:28:23 +0200 |
commit | a4f58506ac7b120f3c2414e1f4034965b7c57b4e (patch) | |
tree | 91b05dcfc3376d43dcdc3c9337ce2c198bb35b4d /boot/grub/grub.500-build-fix.patch | |
parent | 5391de7771b1d8f9d6f6f6fad7bb8a39247e31e9 (diff) |
grub: convert to AUTOTARGETS
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/grub/grub.500-build-fix.patch')
-rw-r--r-- | boot/grub/grub.500-build-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/boot/grub/grub.500-build-fix.patch b/boot/grub/grub.500-build-fix.patch new file mode 100644 index 000000000..b096b7b80 --- /dev/null +++ b/boot/grub/grub.500-build-fix.patch @@ -0,0 +1,14 @@ +--- grub-0.97.orig/netboot/main.c 2004-05-21 00:19:33.000000000 +0200 ++++ grub-0.97/netboot/main.c 2007-07-20 02:31:28.000000000 +0200 +@@ -54,9 +54,9 @@ + + static int vendorext_isvalid; + static unsigned long netmask; +-static struct bootpd_t bootp_data; ++struct bootpd_t bootp_data; + static unsigned long xid; +-static unsigned char *end_of_rfc1533 = NULL; ++unsigned char *end_of_rfc1533 = NULL; + + #ifndef NO_DHCP_SUPPORT + #endif /* NO_DHCP_SUPPORT */ |