diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-18 10:31:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-18 10:31:55 +0000 |
commit | 34ffbee6f9d1d713b0305e7957d95ecc512ef782 (patch) | |
tree | dbb55ad53747f30b576bcbd0560fc15193bd30f9 /net/samba32/files/patch-lib__iconv.c | |
parent | Update to 34 and set default samba version to 3.4 (diff) |
Remove expired ports:
2010-09-01 net/samba3: Unsupported by the upstream. Please, consider to upgrade.
2010-09-01 net/samba32: Unsupported by the upstream. Please, consider to upgrade.
2010-09-01 net/samba33: Unsupported by the upstream. Please, consider to upgrade.
Notes
Notes:
svn path=/head/; revision=263184
Diffstat (limited to 'net/samba32/files/patch-lib__iconv.c')
-rw-r--r-- | net/samba32/files/patch-lib__iconv.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/samba32/files/patch-lib__iconv.c b/net/samba32/files/patch-lib__iconv.c deleted file mode 100644 index 9594ca9d8e35..000000000000 --- a/net/samba32/files/patch-lib__iconv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/iconv.c.orig 2009-06-22 21:05:38.000000000 +0000 -+++ ./lib/iconv.c 2009-06-25 20:49:35.000000000 +0000 -@@ -136,7 +136,7 @@ - char **outbuf, size_t *outbytesleft) - { - size_t ret = iconv((iconv_t)cd, -- (char **)inbuf, inbytesleft, -+ inbuf, inbytesleft, - outbuf, outbytesleft); - if (ret == (size_t)-1) { - int saved_errno = errno; |