aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient/files/patch-gcc34
diff options
context:
space:
mode:
Diffstat (limited to 'net/fspclient/files/patch-gcc34')
-rw-r--r--net/fspclient/files/patch-gcc3411
1 files changed, 0 insertions, 11 deletions
diff --git a/net/fspclient/files/patch-gcc34 b/net/fspclient/files/patch-gcc34
index 4bf80b161365..e69de29bb2d1 100644
--- a/net/fspclient/files/patch-gcc34
+++ b/net/fspclient/files/patch-gcc34
@@ -1,11 +0,0 @@
---- client/remote/rdir.c.orig Wed Dec 10 15:36:57 2003
-+++ client/remote/rdir.c Mon Aug 23 21:41:29 2004
-@@ -29,7 +29,7 @@
- {
- int i;
- /* this is just a small wrapper for rls_main */
-- char * const *newargv;
-+ char const * * newargv;
- newargv=malloc( (argc+2)*(sizeof(char *)));
- newargv[0]="dir";
- newargv[1]="-l";