From 6f325271aae4dabd3515788b58eef4795109dc97 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2001 12:43:51 +0000 Subject: kernel_arch removed --- perl-install/c/stuff.xs.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install') 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 -- cgit v1.2.1