diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-20 20:32:02 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-20 20:32:02 +0000 |
commit | ef421809772c4b79fa182768f9283c8a8bf9fbf7 (patch) | |
tree | 256d5f51beaf24928f60851085c3d1a96336a358 /net/fspclient/files/patch-gcc34 | |
parent | Update to 1.8b (diff) |
- Update to 0.0.9
PR: ports/75323
Submitted by: Radim Kolar <hsn(at)netmag.cz>
Notes
Notes:
svn path=/head/; revision=124632
Diffstat (limited to '')
-rw-r--r-- | net/fspclient/files/patch-gcc34 | 11 |
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"; |