summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-10 23:56:16 +0000
committerMatt Wilson <msw@redhat.com>2000-05-10 23:56:16 +0000
commit27fc0b01a4b328bc4725dc4503ccaca8c4be9fe3 (patch)
tree30e69d8a2a0399c5737d48e4b7bce53c9807eba8 /isys
parentafb0ba376e4aa69ecaeae2330d72f0e5c8e0702e (diff)
downloadanaconda-27fc0b01a4b328bc4725dc4503ccaca8c4be9fe3.tar.gz
anaconda-27fc0b01a4b328bc4725dc4503ccaca8c4be9fe3.tar.xz
anaconda-27fc0b01a4b328bc4725dc4503ccaca8c4be9fe3.zip
workaround for build bustage
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/isys.c b/isys/isys.c
index 59798f12f..b9d3c3f08 100644
--- a/isys/isys.c
+++ b/isys/isys.c
@@ -357,6 +357,11 @@ static PyObject * doUnLoSetup(PyObject * s, PyObject * args) {
return Py_None;
}
+/* XXX - msw */
+#ifndef LOOP_CHANGE_FD
+#define LOOP_CHANGE_FD 0x4C04
+#endif
+
static PyObject * doLoChangeFd(PyObject * s, PyObject * args) {
int loopfd;
int targfd;