diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 20:30:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 20:30:56 +0000 |
commit | 3fc63cb7cd711695ec3bf38d93643bfd59937887 (patch) | |
tree | 364e0b8bff02c2164ced37c7a6a7ba56f80e2218 /net/fspclient | |
parent | 6380ce531d836f59d62e29eafd606ef64f1a2a09 (diff) | |
download | ports-3fc63cb7cd711695ec3bf38d93643bfd59937887.tar.gz ports-3fc63cb7cd711695ec3bf38d93643bfd59937887.zip |
Notes
Diffstat (limited to 'net/fspclient')
-rw-r--r-- | net/fspclient/files/patch-gcc34 | 11 |
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"; |