diff options
Diffstat (limited to 'sysutils/grub/patches/patch-ae')
-rw-r--r-- | sysutils/grub/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/grub/patches/patch-ae b/sysutils/grub/patches/patch-ae new file mode 100644 index 00000000000..cc81f13a5cc --- /dev/null +++ b/sysutils/grub/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 2005/08/21 15:08:46 jmmv Exp $ + +--- stage2/shared.h 2004-06-19 18:40:09.000000000 +0200 ++++ stage2/shared.h 2005-07-25 21:33:19.000000000 +0200 +@@ -975,6 +975,8 @@ + #ifndef STAGE1_5 + void bsd_boot (kernel_t type, int bootdev, char *arg) + __attribute__ ((noreturn)); ++int freebsd_value(char arg); ++int netbsd_value(char arg); + + /* Define flags for load_image here. */ + /* Don't pass a Linux's mem option automatically. */ |