From 9a768e7b5f9ab5879bf3c8f5be3d1267156d5a94 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 18 Jun 2004 05:46:57 +0000 Subject: in iso install, use ISOPATH environment variable instead of loopback device filename (limited to 64 chars) --- perl-install/c/stuff.xs.pl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install/c') 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 @@ -704,14 +704,6 @@ standard_charset() OUTPUT: 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: -- cgit v1.2.1