summaryrefslogtreecommitdiff
path: root/sysutils/grub/patches/patch-ab
blob: bfc82e72f6c7b407f8424a15c6110ad0d20d13d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2003/01/24 23:49:55 jmmv Exp $

--- grub/asmstub.c.orig	Tue Dec  3 00:20:45 2002
+++ grub/asmstub.c
@@ -61,7 +61,7 @@ int grub_stage2 (void);
 #include <shared.h>
 #include <device.h>
 #include <serial.h>
-#include <term.h>
+#include "../stage2/term.h"
 
 /* Simulated memory sizes. */
 #define EXTENDED_MEMSIZE (3 * 1024 * 1024)	/* 3MB */