summaryrefslogtreecommitdiffstats
path: root/ddcprobe/bioscall.c
diff options
context:
space:
mode:
authornalin <nalin>1999-07-18 18:19:14 +0000
committernalin <nalin>1999-07-18 18:19:14 +0000
commitfcffde4d100e4b4e569e5dfb6b6c8d528be10242 (patch)
tree241467929907d7b6ef39fab0492cfcf4604056af /ddcprobe/bioscall.c
parentbb22b0cf1fdb963be4b8f85366c354827328a52e (diff)
downloadanaconda-fcffde4d100e4b4e569e5dfb6b6c8d528be10242.tar.gz
anaconda-fcffde4d100e4b4e569e5dfb6b6c8d528be10242.tar.xz
anaconda-fcffde4d100e4b4e569e5dfb6b6c8d528be10242.zip
no change
Diffstat (limited to 'ddcprobe/bioscall.c')
-rw-r--r--ddcprobe/bioscall.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ddcprobe/bioscall.c b/ddcprobe/bioscall.c
index 7c9029b89..40e9b448d 100644
--- a/ddcprobe/bioscall.c
+++ b/ddcprobe/bioscall.c
@@ -15,6 +15,12 @@
#include "bioscall.h"
#ident "$Id$"
+#ifndef SYS_vm86old
+#ifdef SYS_vm86
+#define SYS_vm86old SYS_vm86
+#endif
+#endif
+
/* Dump some of the interesting parts of a register struct to stdout. */
void dump_regs(struct vm86_regs *regs)
{