blob: 2db32afcdaf5fac7936275b2cd15ea21e85b34d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2001/04/27 11:28:32 agc Exp $
--- head.S.orig Sun Apr 8 22:37:53 2001
+++ head.S Sun Apr 8 22:56:59 2001
@@ -15,7 +15,7 @@
.global idt_descr
.global trap_regs
-#include <linux/linkage.h>
+#include "linkage.h"
#include "defs.h"
#include "config.h"
|