summaryrefslogtreecommitdiff
path: root/sysutils/grub/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grub/patches/patch-aj')
-rw-r--r--sysutils/grub/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/grub/patches/patch-aj b/sysutils/grub/patches/patch-aj
new file mode 100644
index 00000000000..4bedc906b15
--- /dev/null
+++ b/sysutils/grub/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1 2003/07/13 17:35:06 wiz Exp $
+
+--- stage2/bios.c.orig Sun Dec 30 08:33:23 2001
++++ stage2/bios.c
+@@ -20,6 +20,10 @@
+
+ #include "shared.h"
+
++void __enable_execute_stack(void *addr)
++{
++}
++
+
+ /* These are defined in asm.S, and never be used elsewhere, so declare the
+ prototypes here. */