Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rguenther:plgrnd
amanda
amanda-fix-proto.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File amanda-fix-proto.patch of Package amanda
Index: amanda-tag-community-3.5.4/client-src/runtar.c =================================================================== --- amanda-tag-community-3.5.4.orig/client-src/runtar.c +++ amanda-tag-community-3.5.4/client-src/runtar.c @@ -54,7 +54,7 @@ main( { #ifdef GNUTAR int i; - char **j; + const char **j; char *e; char *dbf; char *cmdline; @@ -255,7 +255,7 @@ check_whitelist( gchar* option) { bool result = TRUE; - char** i; + const char** i; for(i=whitelisted_args; *i; i++) { if (g_str_has_prefix(option, *i)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor