pkgsrc/sysutils/grub/patches/patch-ak
tron e9fe55194e Fix build problems with GCC 4.x if netboot support is enabled.
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-25 13:05:56 +00:00

14 lines
529 B
Text

$NetBSD: patch-ak,v 1.3 2007/06/25 13:05:56 tron Exp $
--- /build/pkg_comp/default/pkg_comp/obj/pkgsrc/sysutils/grub/default/grub-0.97/netboot/etherboot.h 2003-07-09 13:45:37.000000000 +0200
+++ netboot/etherboot.h 2007-06-24 15:28:38.000000000 +0200
@@ -531,9 +531,7 @@
extern int network_ready;
extern struct rom_info rom;
extern struct arptable_t arptable[MAX_ARP];
-extern struct bootpd_t bootp_data;
#define BOOTP_DATA_ADDR (&bootp_data)
-extern unsigned char *end_of_rfc1533;
/* config.c */
extern struct nic nic;