aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 20:30:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 20:30:56 +0000
commit3fc63cb7cd711695ec3bf38d93643bfd59937887 (patch)
tree364e0b8bff02c2164ced37c7a6a7ba56f80e2218 /net/fspclient
parent6380ce531d836f59d62e29eafd606ef64f1a2a09 (diff)
downloadports-3fc63cb7cd711695ec3bf38d93643bfd59937887.tar.gz
ports-3fc63cb7cd711695ec3bf38d93643bfd59937887.zip
Fix build with gcc-3.4
PR: ports/70883 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=117160
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/files/patch-gcc3411
1 files changed, 11 insertions, 0 deletions
diff --git a/net/fspclient/files/patch-gcc34 b/net/fspclient/files/patch-gcc34
new file mode 100644
index 000000000000..4bf80b161365
--- /dev/null
+++ b/net/fspclient/files/patch-gcc34
@@ -0,0 +1,11 @@
+--- 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";