summaryrefslogtreecommitdiffstats
path: root/isys/isys.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-22 16:25:11 +0000
committerErik Troan <ewt@redhat.com>2000-11-22 16:25:11 +0000
commitcfbe2409c12c79f858ea93a9c3da073d3edc6130 (patch)
tree0e0d74c50df1ba2859a6b2df1fa8c4ac20184a0e /isys/isys.c
parent7d1050bd9b27a014105dc00d5143baf93e8b784a (diff)
downloadanaconda-cfbe2409c12c79f858ea93a9c3da073d3edc6130.tar.gz
anaconda-cfbe2409c12c79f858ea93a9c3da073d3edc6130.tar.xz
anaconda-cfbe2409c12c79f858ea93a9c3da073d3edc6130.zip
put sync's in ddfile loop
Diffstat (limited to 'isys/isys.c')
-rw-r--r--isys/isys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/isys.c b/isys/isys.c
index 67ad778da..1b12a738b 100644
--- a/isys/isys.c
+++ b/isys/isys.c
@@ -351,6 +351,7 @@ static PyObject * doDdFile(PyObject * s, PyObject * args) {
free(ptr);
return NULL;
}
+ sync();
}
}