summaryrefslogtreecommitdiffstats
path: root/ddcprobe
diff options
context:
space:
mode:
authornsdahya1 <nsdahya1>1999-07-19 15:13:06 +0000
committernsdahya1 <nsdahya1>1999-07-19 15:13:06 +0000
commitc53c2f0c7be8f65083b8ab542e7554c65ea1e0a7 (patch)
tree251bb7ae1b5117baee794200a1db7c4bda601dcc /ddcprobe
parent106fa33576d4e957c9dc15c11cbb87507e966cc0 (diff)
downloadanaconda-c53c2f0c7be8f65083b8ab542e7554c65ea1e0a7.tar.gz
anaconda-c53c2f0c7be8f65083b8ab542e7554c65ea1e0a7.tar.xz
anaconda-c53c2f0c7be8f65083b8ab542e7554c65ea1e0a7.zip
updates
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)
{