summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-06 12:43:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-06 12:43:51 +0000
commit6f325271aae4dabd3515788b58eef4795109dc97 (patch)
tree4ea93a2fe875dc602ef9f17c91f76d9e8efe42e3
parente2af6442ef2f7bde7bc0b6d7d46699a788fda16f (diff)
downloaddrakx-backup-do-not-use-6f325271aae4dabd3515788b58eef4795109dc97.tar
drakx-backup-do-not-use-6f325271aae4dabd3515788b58eef4795109dc97.tar.gz
drakx-backup-do-not-use-6f325271aae4dabd3515788b58eef4795109dc97.tar.bz2
drakx-backup-do-not-use-6f325271aae4dabd3515788b58eef4795109dc97.tar.xz
drakx-backup-do-not-use-6f325271aae4dabd3515788b58eef4795109dc97.zip
kernel_arch removed
-rw-r--r--perl-install/c/stuff.xs.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm
index a3952fb28..c9434d8f7 100644
--- a/perl-install/c/stuff.xs.pm
+++ b/perl-install/c/stuff.xs.pm
@@ -363,14 +363,6 @@ kernel_version()
OUTPUT:
RETVAL
-char *
-kernel_arch()
- CODE:
- struct utsname u;
- if (uname(&u) == 0) RETVAL = u.machine; else RETVAL = NULL;
- OUTPUT:
- RETVAL
-
int
set_loop(dev_fd, file)
int dev_fd