diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-12 22:26:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-12 22:26:07 +0000 |
commit | ee9c3d63b19640a938661ed4ec235d0da2004bb2 (patch) | |
tree | 473990aa1ad4febdfaab7cd2f34b9862470b9886 /balkan/testit | |
parent | 9772a2eb1fdb4e3adf5c0d7954ecaf4f624f0f58 (diff) | |
download | anaconda-ee9c3d63b19640a938661ed4ec235d0da2004bb2.tar.gz anaconda-ee9c3d63b19640a938661ed4ec235d0da2004bb2.tar.xz anaconda-ee9c3d63b19640a938661ed4ec235d0da2004bb2.zip |
lseek64
Diffstat (limited to 'balkan/testit')
-rwxr-xr-x | balkan/testit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/balkan/testit b/balkan/testit index f53f9776b..bd1bb0c39 100755 --- a/balkan/testit +++ b/balkan/testit @@ -2,7 +2,7 @@ import _balkan -p = _balkan.readTable('/dev/sdc') +p = _balkan.readTable('/dev/hda') for i in range(0, len(p) - 1): (type, start, size) = p[i] |