diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-18 05:46:57 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-18 05:46:57 +0000 |
commit | 9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94 (patch) | |
tree | 3fddde3c46615443b25844c45d42aacf2852970e /perl-install/c/stuff.xs.pl | |
parent | fe087ed9bb223366676eef790def68102497f77c (diff) | |
download | drakx-9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94.tar drakx-9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94.tar.gz drakx-9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94.tar.bz2 drakx-9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94.tar.xz drakx-9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94.zip |
in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars)
Diffstat (limited to 'perl-install/c/stuff.xs.pl')
-rw-r--r-- | perl-install/c/stuff.xs.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index c4049eb95..f6c6c4098 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -705,14 +705,6 @@ standard_charset() RETVAL void -get_loopback_name(int fd) - INIT: - struct loop_info loopinfo; - PPCODE: - if (!ioctl(fd, LOOP_GET_STATUS, &loopinfo)) - XPUSHs(sv_2mortal(newSVpv(loopinfo.lo_name, 0))); - -void get_iso_volume_ids(int fd) INIT: struct iso_primary_descriptor voldesc; |