diff options
author | wiz <wiz> | 2002-03-07 14:44:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-07 14:44:36 +0000 |
commit | 62d5133987c7f26c6790d67d4fcd6bff7c5c3930 (patch) | |
tree | 7ad8a874c0c62339da38382f5d2d48944a9d8bb7 /sysutils/memtest86/patches | |
parent | 35962a5950097f5e36a0f5c9266022db56afbf89 (diff) | |
download | pkgsrc-62d5133987c7f26c6790d67d4fcd6bff7c5c3930.tar.gz |
Re-import memtest as memtest86 (more similar to its original name, and
who knows, a memtest package might come soon ;).
Diffstat (limited to 'sysutils/memtest86/patches')
-rw-r--r-- | sysutils/memtest86/patches/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/memtest86/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/memtest86/patches/patch-aa b/sysutils/memtest86/patches/patch-aa new file mode 100644 index 00000000000..60e3542841c --- /dev/null +++ b/sysutils/memtest86/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/03/07 14:44:36 wiz Exp $ + +--- Makefile.orig Wed Oct 24 16:57:16 2001 ++++ Makefile +@@ -6,7 +6,7 @@ + # + # Path for the floppy disk device + # +-FDISK=/dev/fd0 ++FDISK=/dev/fd0a + + CC=gcc + # diff --git a/sysutils/memtest86/patches/patch-ab b/sysutils/memtest86/patches/patch-ab new file mode 100644 index 00000000000..5dabab20320 --- /dev/null +++ b/sysutils/memtest86/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/03/07 14:44:36 wiz 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" + |