summaryrefslogtreecommitdiffstats
path: root/ddcprobe
diff options
context:
space:
mode:
Diffstat (limited to 'ddcprobe')
-rw-r--r--ddcprobe/bioscall.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ddcprobe/bioscall.c b/ddcprobe/bioscall.c
index 011960fdb..e7109f688 100644
--- a/ddcprobe/bioscall.c
+++ b/ddcprobe/bioscall.c
@@ -15,12 +15,6 @@
#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)
{