diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 3176e3515..5710e84e2 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -478,8 +478,6 @@ int prom_getbool(key) char *key - - void initSilo() @@ -497,9 +495,7 @@ void setPromVars(linuxAlias, bootDevice) char *linuxAlias char *bootDevice -'; -$ENV{C_RPM} and print ' char * iconv(s, from_charset, to_charset) char *s @@ -531,6 +527,9 @@ standard_charset() OUTPUT: RETVAL +'; + +$ENV{C_RPM} and print ' int rpmReadConfigFiles() CODE: |