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

--- grub/main.c.orig	Mon Jun 10 18:20:38 2002
+++ grub/main.c
@@ -31,7 +31,7 @@ int grub_stage2 (void);
 
 #define WITHOUT_LIBC_STUBS 1
 #include <shared.h>
-#include <term.h>
+#include "../stage2/term.h"
 
 char *program_name = 0;
 int use_config_file = 1;