Memtest86+ is thorough, stand alone memory test for Intel i386 architecture systems, based on the well-known Memtest86 written by Chris Brady. ok sturm@
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$OpenBSD: patch-error_c,v 1.1.1.1 2009/02/09 14:54:40 form Exp $
|
|
$RuOBSD: patch-error_c,v 1.1.1.1 2008/07/12 19:00:53 form Exp $
|
|
--- error.c.orig Mon Mar 24 22:08:31 2008
|
|
+++ error.c Mon Mar 24 22:08:39 2008
|
|
@@ -11,7 +11,7 @@
|
|
|
|
#include "test.h"
|
|
#include "config.h"
|
|
-#include <sys/io.h>
|
|
+#include "io.h"
|
|
#include "dmi.h"
|
|
|
|
extern int test_ticks, nticks, beepmode;
|