diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-15 10:17:27 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-15 10:17:27 +0000 |
commit | 46d1bb292c35488f49e55def79b23f00fd2ccc66 (patch) | |
tree | ef6ddb546a10503656ce32431b9ba01b1ed4531f /net/ysm/files/patch-YSM_ToolBox.c | |
parent | - Update to 0.80 ("Determine"): (diff) |
Update to 7.2.9.0, fix building on -CURRENT
Submitted by: maintainer
PR: 53270
Approved by: fjoe (implicit)
Diffstat (limited to 'net/ysm/files/patch-YSM_ToolBox.c')
-rw-r--r-- | net/ysm/files/patch-YSM_ToolBox.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ysm/files/patch-YSM_ToolBox.c b/net/ysm/files/patch-YSM_ToolBox.c deleted file mode 100644 index 614d96b74719..000000000000 --- a/net/ysm/files/patch-YSM_ToolBox.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/YSM_ToolBox.c.orig Wed Nov 13 18:26:47 2002 -+++ src/YSM_ToolBox.c Wed Nov 13 18:28:38 2002 -@@ -468,7 +468,7 @@ - return 1; - } - -- bytes_res = iconv(conv_d, &inptr, -+ bytes_res = iconv(conv_d, (const char **)&inptr, - &bytes_in, &outptr, &bytes_out); - iconv_close(conv_d); - |